Forms
Radio Group
Single-select option group.
Sourceradio-group.tsx
Primitive
@radix-ui/react-radio-group
Radio Group
Single-select options.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | -- | Controlled selected value. |
defaultValue | string | -- | Default selected value. |
onValueChange | (value: string) => void | -- | Called when selection changes. |
disabled | boolean | false | Disable all items. |
Related
Usage
import { RadioGroup } from "@doss/tetris-ui";