Radio button
Radio buttons let people select one option from a set of options
Usage
Props
Props | Type | Description | Default |
---|---|---|---|
value | string | The value of the radio button, used when submitting an HTML form. | null |
children | ReactNode | The label for the Radio. Accepts any renderable node. | undefined |
isDisabled | boolean | Whether the radio button is disabled or not. | undefined |
orientation | horizontal vertical | The axis the Radio should align with. | vertical |