Checkbox
A secondary encapsulation of the element-plus checkboxcomponent. 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
This component supports all native events of Element Plus Checkbox Group. All events are automatically forwarded to the underlying el-checkbox-group component.
Common Event Examples:
| Event | Description | Type |
|---|---|---|
| change | Triggered when the bound value changes | Function |
💡 Multi-version Compatibility: Supports all Element Plus 2.x versions, including future events that will be automatically available.