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.
    true
    disabled
    boolean
    Disables the component.
    false
    🎨 style props
    No data available

Slots

    No data available

Events

    onchange
    Fired when the selection changes.
    AttributeTypeDescription
    unselectItemData | undefinedThe item that was unselected.
    selectItemData | undefinedThe item that was selected.
    selectionItemData[]The array of selected items.