# Radio Button

<flow-radio>
Reactive Stable

The radio button component allows the user to select mutually exclusive options from a group.

To combine a set of radio buttons into a group set the name attribute of each radio button to a unique group name.

Radio buttons emit the flowChange when selected or deselected.

TIP

Combine radio components in a radio group to add Flo.w reactivity and automatically group the child radio buttons.

# Examples

# Color

Use the color attribute to set the radio button'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 radio button relative to the label.

# Radio Button States

The checked and disabled attributes can be set to control the radio button state.