stable
RadioThe custom radio and it's states.
Example
<v-radio
id="radio1"
label="Radio 1"
name="radio-group1"
v-model="radio1"
true-value="radio1-value"
/>
1
2
3
4
5
6
7
2
3
4
5
6
7
Props
Name | Type | Description | Default | Required |
---|---|---|---|---|
id | [String, Number] | Unique identifier | None | false |
Name | [String, Number] | The name attribute of the radio input element | None | true |
Label | [String, Number] | The radio label | None | true |
Events
Methods
← Progress Radio Group →