# Radio Group

<flow-radio-group>
Reactive Stable

The value property of the radio group component is the value property of the currently selected radio button. It can be get and set programmatically. The component will emit the flowRadioGroupChange when a radio button is selected by the user.

The component's value can also be bound to a Flo.w reactive state property. Selecting a radio button in the group will trigger an update of the bound state property and vice versa.

WARNING

To add radio groups to a navigation list use a radio-type List Item instead.

# Examples

# Horizontal Radio Buttons