Checkbox
A secondary encapsulation of the element-plus
checkbox
component. Simplifies iteration operations.
Basic Usage
Disabled
Properties
Property | Description | Type | Extended | Default |
---|---|---|---|---|
v-model | Bound value of the selection | enum | No | - |
type | Type of the checkbox group | enum | Yes | default |
disabled | Whether disabled | boolean | No | false |
size | Size of the checkbox | enum | No | - |
Events
Event | Description | Type | Extended |
---|---|---|---|
change | Triggered when the bound value changes | Function | No |