A single radio button input. Use RadioGroup for grouped single-selection, or Radio standalone for custom layouts.
Import all parts of the component and piece them together
A single radio button input.
| Prop | Type | Default |
|---|---|---|
name | string | "" |
value | string | "" |
id | string | "" |
checked | boolean | false |
disabled | boolean | false |
size | string | "" |
color | string | "" |
variant | string | "" |
onChange | function | -- |