Skip to content
On this page

radio

template

html
<bunt-radio id="radio-one" name="radio" label="Pick me!" value="one" v-model="check" />

style

props

proptyperequireddefaultdescription
namestringtruenative input name
labelstringfalsefloating label
checkedanyfalsefalsechecked value (or use v-model)
valueanyfalsefalsevalue to emit
disabledbooleanfalsefalsedisables input

slots

slotdescription

events

eventargsdescription
changevalueemitted on every input (or use v-model)

style mixin parameters

has no mixin

Released under the MIT License.