<cla-radio>
Radio component.
Usage
Properties
| Property | Required | Description | Type | Default |
|---|---|---|---|---|
block | false | Whether to use the block style variant of the radio. | boolean | null |
checked | false | Is it Checked ? | boolean | false |
disabled | false | Whether the radio is disabled. | boolean | false |
inverted | false | Whether to use the inverted variant of the radio. | boolean | null |
large | false | Whether to use the large variant of the radio. | boolean | null |
name | false | The radio ID & name | string | null |
value | false | The radio value | any | null |
Slots
| Slot | Description |
|---|---|
| any | Allows label content |
Events
| Event | Description | Type |
|---|---|---|
selected | Emitted when the radio is selected. | |
unselected | Emitted when the radio is unselected. | |