Comment on page
Button Group
The Feathery Button Group field allows users to create a group of selectable buttons with different values, labels, and icons.
The
Button Group
field allows the user to select an option from a group of buttons, each representing a selectable option. Each option can contain both text and images, and you can set the button group to either single-select or multi-select.By default, the
height
and width
styles will set a fixed dimension for each button in the group. However, you can make your buttons content-aware by toggling Responsive Button Widths
on. This will treat your width
as a minimum and grow buttons dynamically depending on the size of their content.
The Feathery SDK and API reference button group fields with
type
equal to button_group
. The submitted value is a string
.Last modified 8mo ago