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.

Radio

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.

RadioGroup

The RadioGroup component groups radio buttons for a unified selection experience. It provides shared state and styling to child Radio components.