Overview
KListboxGroup groups a set of KListboxOption children under a
labelled ARIA group. See KListbox for guidance and examples.
Props
| Name | Description | Type | Default | Required |
|---|---|---|---|---|
label | Human-readable label for this group.
Used as the accessible name (aria-label) for the group. | string | — | true |
hideLabel | Visually hides the text label (e.g. when the parent renders its own checkbox heading) | boolean |
false
| — |
Slots
| Name | Description |
|---|---|
default | KListboxOption(s) or nested KListboxGroup(s) |