Radio
Radio button with animated indicator and label. Use standalone or inside RadioGroup for managed selection.
Import
import { Radio, RadioGroup } from 'reablocks';
Radio Props
| Prop | Type | Default | Description |
|---|---|---|---|
checked | boolean | — | Whether checked (standalone use; managed by RadioGroup) |
value | any | — | Value passed to RadioGroup on selection |
label | string | ReactNode | — | Label text or element |
[Description truncada. Veja o README completo no GitHub.]