# Checkbox Group
<flow-checkbox-group>
The checkbox group component adds Flo.w reactivity to a group of checkboxes.
The value
property of the checkbox group component is an array of the individual value
properties corresponding to selected checkboxes in the group. It can be get and set programmatically. The component will emit the flowCheckboxGroupChange
when checkboxes are checked or unchecked following user action.
The component's value can also be bound to a Flo.w reactive state property. Checking or unchecking a checkbox in the group will trigger an update of the bound state property and vice versa.
WARNING
To add checkbox groups to a navigation list use a checkbox-type List Item instead.