File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
| -------- | ----------- | ---- | ------- |
24
24
| defaultValue | Default selected value | string\[ ] | \[ ] |
25
25
| disabled | Disable all checkboxes | boolean | false |
26
- | options | Specifies options | string\[ ] | \[ ] |
26
+ | options | Specifies options | string\[ ] \| Array & lt ; { label: string value: string disabled?: boolean }> | \[ ] |
27
27
| value | Used for setting the currently selected value. | string\[ ] | \[ ] |
28
28
29
29
#### events
Original file line number Diff line number Diff line change 25
25
| --- | --- | --- | --- |
26
26
| defaultValue | 默认选中的选项 | string\[ ] | \[ ] |
27
27
| disabled | 整组失效 | boolean | false |
28
- | options | 指定可选项 | string\[ ] | \[ ] |
28
+ | options | 指定可选项 | string\[ ] \| Array & lt ; { label: string value: string disabled?: boolean }> | \[ ] |
29
29
| value | 指定选中的选项 | string\[ ] | \[ ] |
30
30
| onChange | 变化时回调函数 | Function(checkedValue) | - |
31
31
You can’t perform that action at this time.
0 commit comments