ButtonGroup

Button groups keep a related set of options visually connected while preserving single- or multi-selection behavior.

Props

NameDescriptionDefaultControl
disabledOptional

-

boolean | undefined
false
selectionModeOptional

-

singlemultiple
"single"
nameOptional

-

string | undefined
-
-
ariaLabelOptional

-

string | undefined
-
-
typeOptional

-

standardconnected
"standard"
sizeOptional

-

extra-smallsmallmediumlargeextra-large
"small"
colorOptional

-

elevatedfilledtonaloutlinedtext
"tonal"
modelValueOptional

-

SelectionGroupModelValue
-
-

Events

NameTypeDescription
update:modelValue[value: SelectionGroupModelValue]-

Slots

NameParametersDescription
default--

Default

Types

standard
connected

Sizes

extra-small
small
medium
large
extra-large

Colors

filled
tonal
outlined
text

Disabled

Multiple Selection

API

ButtonGroupItem

Props

NameDescriptionDefault
valueRequired

-

SelectionGroupValue
-
disabledOptional

-

boolean | undefined
false
ariaLabelOptional

-

string | undefined
-

Events

No events documented.

Slots

NameParametersDescription
default--