diff --git a/1224/progress-bar-android.md b/1224/progress-bar-android.md index 705a0ee8f9b6045f21a10b4eafa6391dddde0966..877f6e84c76d2fb4fd0614aa46d5e7bf1c1d2ff9 100644 --- a/1224/progress-bar-android.md +++ b/1224/progress-bar-android.md @@ -12,7 +12,7 @@

-> [!tip] [Github 地址](https://github.com/react-native-oh-tpl/progress-bar-android) +> [!tip] [Github 地址](https://github.com/react-native-oh-library/progress-bar-android) ## 安装与使用 diff --git a/1224/react-native-checkbox.md b/1224/react-native-checkbox.md index 6a2a9945e7b58968416795348c60d562e8533612..ac5b8dee22e5a66a69e5b4eaa57e7e2a2d7b306d 100644 --- a/1224/react-native-checkbox.md +++ b/1224/react-native-checkbox.md @@ -227,6 +227,7 @@ ohpm install | `disabled` | If true the user won't be able to toggle the checkbox. Default value is false. | bool | No | All | yes | | `onCheckColor` | Color of the check box when it is selected. | Color | No | ios & harmony | yes | | `tintColor` | Border color of the check box when it is not selected. | Color | No | ios & harmony | yes | +| `shape` | Sets component shapes, including circles and rounded squares. Default value is 0. | int | No | harmony | yes | | `markSize` | Size of the internal mark. The default size is the same as the width of the check box.This parameter cannot be set in percentage. If it is set to an invalid value, the default value is used. | number | No | harmony | yes | | `strokeWidth` | Stroke width of the internal mark. This parameter cannot be set in percentage. If it is set to an invalid value, the default value is used. | number | No | harmony | yes | | `strokeColor` | Color of the internal mark. | Color | No | harmony | yes |