mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
doc: fix checkbox description error (#4731)
This commit is contained in:
parent
0d2b8989bc
commit
29081542e6
@ -27,7 +27,7 @@ title: Checkbox
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|----------|------------------|----------|--------|
|
||||
| defaultValue | 默认选中的选项 | string | [] |
|
||||
| value | 指定选中的选项| string | [] |
|
||||
| options | 指定可选项 | string | [] |
|
||||
| defaultValue | 默认选中的选项 | string[] | [] |
|
||||
| value | 指定选中的选项| string[] | [] |
|
||||
| options | 指定可选项 | string[] | [] |
|
||||
| onChange | 变化时回调函数 | Function(checkedValue) | - |
|
||||
|
Loading…
Reference in New Issue
Block a user