I've checked the documentation for v-radio
components but didn't found a way to set the label
with HTML in it. Does anyone know if there is a way to do so?
<v-radio label="Some <b>text</b>" value="some-value"></v-radio>
There is a label
slot for this.
So do NOT use prop if you need html label.
codepen
<v-radio value="radio-1">
<template slot="label">
Vuetify is actually <b>Awesome</b>
</template>
</v-radio>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With