Radio Group
A set of interactive radio buttons where only one can be selected at a time.
Basic example
No Selection
Submitting a form using Radio Group
The name
prop is used to name the group. It is submitted with its owning form as part of a name/value pair.
When the required
prop is True
, it indicates that the user must check a radio item before the owning form can be submitted.
Example Form
Results:
{}API Reference
rx.radio_group
High level wrapper for the RadioGroup component.
Event Triggers
See the full list of default event triggersrx.radio_group.item
An item in the group that can be checked.