A control that allows users to select exactly one option from a set.
| Property | Description | Type |
|---|---|---|
variant | The style of the badge indicating status. | neutral | danger | warning | success | info |
label | Adds a label beside the radio button. | string |
name | Sets the name HTML attribute to the input element. | boolean |
checked | Changes the state of the radio to checked. | boolean |
disabled | Makes the radio button inaccessible. | boolean |
hint | Adds a hint below the radio button. | string |
error | Adds an error message below the radio button. | string |