OptionalariaLabel?: stringProvide an accessible name for the group as a whole. Button groups rarely have a visible caption, so setting this is recommended — it tells screen reader users what the buttons collectively control.
Optionaldisabled?: booleanWhen true, prevents the user from interacting with the button group and
all its items.
Buttons to render in the group. Each item must have a unique value.
OptionalstretchItems?: booleanStretch the group to fill available space and make items within equal-width.
Optionalvalue?: ValueTypeThe controlled value of the active button. Should be used in
conjunction with onValueChange.
OptionalariaLabel?: stringProvide an accessible name for the group as a whole. Button groups rarely have a visible caption, so setting this is recommended — it tells screen reader users what the buttons collectively control.
Optionaldisabled?: booleanWhen true, prevents the user from interacting with the button group and
all its items.
Buttons to render in the group. Each item must have a unique value.
OptionalstretchItems?: booleanStretch the group to fill available space and make items within equal-width.
Optionalvalue?: ValueType[]The controlled values of the active buttons. Should be used in
conjunction with onValueChange.
Component that displays a group of toggleable buttons, using the currently active HELIO theme. Supports activating a single value or multiple values at once via the
typeprop.