Skip to content

Commit bfcdba2

Browse files
docs(checkbox): fix typo (#7039)
1 parent 0abcd25 commit bfcdba2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/checkbox/index.en-US.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Checkbox component.
4040
| disabled | Disable all checkboxes | boolean | false | |
4141
| name | The `name` property of all `input[type="checkbox"]` children | string | - | 1.5.0 |
4242
| options | Specifies options, you can customize `label` with slot = "label" slot-scope="option" | string\[] \| Array<{ label: string value: string disabled?: boolean, indeterminate?: boolean, onChange?: function }> | \[] | |
43-
| value(v-model) | Used for setting the currently selected value. | string\[] | \[] | |
43+
| value(v-model) | Used for setting the currently selected value. | (boolean \| string \| number)\[] | \[] | |
4444

4545
#### events
4646

components/checkbox/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*G3MjTYXL6AIAAA
4141
| disabled | 整组失效 | boolean | false | |
4242
| name | CheckboxGroup 下所有 `input[type="checkbox"]``name` 属性 | string | - | 1.5.0 |
4343
| options | 指定可选项,可以通过 slot="label" slot-scope="option" 定制`label` | string\[] \| Array<{ label: string value: string disabled?: boolean, indeterminate?: boolean, onChange?: function }> | \[] | |
44-
| value(v-model) | 指定选中的选项 | string\[] | \[] | |
44+
| value(v-model) | 指定选中的选项 | (boolean \| string \| number)\[] | \[] | |
4545

4646
#### 事件
4747

0 commit comments

Comments
 (0)