radio
Radios allow the user to select a single option from a group. They must be used inside a radio-group.
Usage
radio(value="1") Option 1Attributes
| Name | Type | Default | Description |
|---|---|---|---|
value | string | - | Value submitted when selected. |
disabled | boolean | false | Prevents interaction. |
size | small | medium | large | medium | Radio size. |