mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-11-29 18:48:32 +08:00
docs: complete missing prop of checkbox (#4865)
* docs: complete missing prop of checkbox * docs: complete missing prop of checkbox
This commit is contained in:
parent
042bf616f8
commit
723785ef4e
@ -24,6 +24,7 @@ Checkbox component.
|
||||
| checked(v-model) | Specifies whether the checkbox is selected. | boolean | false | |
|
||||
| disabled | Disable checkbox | boolean | false | |
|
||||
| indeterminate | indeterminate checked state of checkbox | boolean | false | |
|
||||
| value | value of checkbox in CheckboxGroup | boolean \| string \| number | - | |
|
||||
|
||||
#### events
|
||||
|
||||
|
@ -25,6 +25,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/8nbVbHEm_/CheckBox.svg
|
||||
| checked(v-model) | 指定当前是否选中 | boolean | false | |
|
||||
| disabled | 失效状态 | boolean | false | |
|
||||
| indeterminate | 设置 indeterminate 状态,只负责样式控制 | boolean | false | |
|
||||
| value | 与 CheckboxGroup 组合使用时的值 | boolean \| string \| number | - | |
|
||||
|
||||
#### 事件
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user