Checkbox
Multi-select checkbox.
Basic Usage
loading
Type
loading
Disabled & Size
loading
API
| Prop | Description | Type |
|---|---|---|
| modelValue | Bound value | boolean | array |
| label | Option value (for group) | string | number | boolean |
| disabled | Disabled | boolean |
| size | Size | ComponentSize |
| type | Color type when checked | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'default' |