Components
The Radio components include the following:
- Radio - Allows selecting a single option from a set of choices.
- RadioGroup - Groups radio buttons for a unified selection experience.
The Radio components include the following:
The Radio component allows users to select a single option from a set of choices. It can be used independently or as part of a RadioGroup.
The RadioGroup component groups radio buttons for a unified selection experience. It provides shared state and styling to child Radio components.