Radio Group
A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
Installation
Usage
Examples
Default
Disabled
Horizontal
Form
API Reference
Properties
Property | Type | Default | Description |
---|---|---|---|
defaultValue | string | undefined | The value of the selected radio button. |
disabled | boolean | false | Whether the radio group is disabled. |
orientation | "vertical" | "horizontal" | "vertical" | The orientation of the radio group. |
class | string | — | Additional CSS classes to apply to the radio group. |
Outputs
Output | Type | Description |
---|---|---|
defaultValueChange | string | Emitted when the selected value changes. |
Built with ❤️ by @immohammadjaved • Source code available on GitHub