ToggleList
List of toggle buttons
Example
selected values: [ ]First item
Second item
Third item
Props
đšī¸ standard props
values ItemData[]
An array of selected items.
[]items ItemData[]
An array of items to select from.
[]multiple boolean
Allows multiple selections.
truedisabled boolean
Disables the component.
falseđ¨ style props
Slots
Events
onchange
Fired when the selection changes.
| Attribute | Type | Description |
|---|---|---|
| unselect | ItemData | undefined | The item that was unselected. |
| select | ItemData | undefined | The item that was selected. |
| selection | ItemData[] | The array of selected items. |