docs: complete missing prop of checkbox (#4865)

* docs: complete missing prop of checkbox

* docs: complete missing prop of checkbox
This commit is contained in:
bobo leng 2021-11-20 13:27:29 +08:00 committed by GitHub
parent 042bf616f8
commit 723785ef4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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 | - | |
#### 事件