Skip to content

Commit

Permalink
doc(CheckBox): Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 31, 2021
1 parent 74a7d41 commit 4e68b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/CheckBox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ function Demo() {
| `textStyle` | 设置文本样式 | TextStyle & ViewStyle | - |
| `color` | 设置颜色 | String | - |
| `checked` | 指定当前是否选中 | Boolean | - |
| `checkedIcon` | 选中图标 | Icon['name'] | - |
| `unCheckedIcon` | 未选中图标 | Icon['name'] | - |
| `checkedIcon` | 选中图标 | Icon['name']/`JSX.Elemen` | - |
| `unCheckedIcon` | 未选中图标 | Icon['name']/`JSX.Elemen` | - |
| `onChange` | 事件触发的回调函数 | (checked):void | `5` |

0 comments on commit 4e68b4c

Please sign in to comment.