Studiov0.6.0

RadioGroup

Tier 1shadcn
Inputs

Mutually exclusive option selection — only one item can be selected at a time.

Live Preview

Code

import { RadioGroup } from "@regen/ui";

<RadioGroup />

Props Inspector

No configurable props for this component.

Documentation

Use Cases

  • Selecting a plan tier
  • Choosing a payment method
  • Yes/No choices

Do

  • Always label the group with a legend or aria-label
  • Use for 2-5 options

Don't

  • Don't use for many options — use Select or Combobox
  • Don't use for independent options — use Checkbox