radio
template
html
<bunt-radio id="radio-one" name="radio" label="Pick me!" value="one" v-model="check" />
style
props
prop | type | required | default | description |
---|---|---|---|---|
name | string | true | native input name | |
label | string | false | floating label | |
checked | any | false | false | checked value (or use v-model) |
value | any | false | false | value to emit |
disabled | boolean | false | false | disables input |
slots
slot | description |
---|
events
event | args | description |
---|---|---|
change | value | emitted on every input (or use v-model) |
style mixin parameters
has no mixin