# FAB Group
<flow-fab-group>
The FAB group component provides a expanding group of FAB buttons to provide multiple actions.
FAB groups are typically used to add user actions or options to Flo.w maps. The child FAB buttons are hidden until the FAB group master button is clicked. Child FAB buttons can act as regular action buttons or checkbox-style toggle buttons.
When using checkbox-style option buttons, the FAB group can also be bound to a Flo.w reactive state property.
# Examples
# Direction
Use the direction
attribute to specify the direction to expand the FAB group when opened.
# Reactive Checkbox-Style Options
A FAB group of checkbox-style FABs can be bound to Flo.w reactive state. Set the selection-state
attribute to specify the Flo.w state property to bind to the FAB group. The value of the state property is an array of values corresponding to the selected FABs and will be updated when FABs are selected or deselected.