# Checkbox
<flow-checkbox>
The checkbox component allows the user to toggle an option on or off.
Checkboxes emit the flowChange
when selected or deselected.
# Examples
# Color
Use the color
attribute to set the checkbox's color from the application palette. By default, the secondary application color is used to match Material Design guidelines.
# Label Alignment
Use the align
attribute to set the position of the checkbox relative to the label.
# Checkbox States
The checked
, indeterminate
and disabled
attributes can be set to control the checkbox state.