Skip to content

Commit 723785e

Browse files
author
bobo leng
authored
docs: complete missing prop of checkbox (#4865)
* docs: complete missing prop of checkbox * docs: complete missing prop of checkbox
1 parent 042bf61 commit 723785e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/checkbox/index.en-US.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Checkbox component.
2424
| checked(v-model) | Specifies whether the checkbox is selected. | boolean | false | |
2525
| disabled | Disable checkbox | boolean | false | |
2626
| indeterminate | indeterminate checked state of checkbox | boolean | false | |
27+
| value | value of checkbox in CheckboxGroup | boolean \| string \| number | - | |
2728

2829
#### events
2930

components/checkbox/index.zh-CN.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ cover: https://gw.alipayobjects.com/zos/alicdn/8nbVbHEm_/CheckBox.svg
2525
| checked(v-model) | 指定当前是否选中 | boolean | false | |
2626
| disabled | 失效状态 | boolean | false | |
2727
| indeterminate | 设置 indeterminate 状态,只负责样式控制 | boolean | false | |
28+
| value | 与 CheckboxGroup 组合使用时的值 | boolean \| string \| number | - | |
2829

2930
#### 事件
3031

0 commit comments

Comments
 (0)