Skip to main content

RadioGroup

Groups multiple radio buttons so only one can be selected at a time.

Import

RadioGroup.Root

Groups all radio buttons.

Props

State

  • value: any - The value of the selected radio
  • disabled: boolean - Whether all radios should be disabled
  • readOnly: boolean - Whether all radios should be read-only
  • required: boolean - Whether a selection is required