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