Checkbox
Multi-select: choose multiple options.
Examples
API
CheckboxGroup
CheckboxGroup events
| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
change | Fired when the selected values change | { value: string[] } | - |
Checkbox
Checkbox props
| 属性 | 说明 | 类型 | 默认值 |
|---|---|---|---|
value | Option value | string | - |
checked | Whether selected | boolean | false |
disabled | Whether disabled | boolean | false |
color | Color when selected | string | - |