Skip to content
Data Input

RadioGroup

Single selection from a list of options.

RadioGroup

Single selection from a list of options.

Examples

Default

Plan
Demo.tsxtsx
import { RadioGroup } from '@var-ui/react';

<RadioGroup
  label="Plan"
  options={[
    { value: 'free', label: 'Free' },
    { value: 'pro', label: 'Pro' },
  ]}
/>

Props

Accessibility

Built on React Aria Components where applicable.