Radio Group
A group of radio inputs where only one option can be selected at a time.
Default
Uncontrolled — provide a name to group the radios.
Controlled
Use value + onValueChange for controlled state.
Selected: monthly
Horizontal
Use orientation="horizontal" to arrange items in a row.
Disabled
Disable the whole group or individual items.