Skip to content

Radio Buttons

Sanya Boriskin edited this page Aug 5, 2019 · 6 revisions
<va-radio-button
  v-model="selectedOptionString"
  option="one"
  label="one"
/>

Props

  • value - Boolean.
  • label - String.
  • option - String.
  • disabled - Boolean.

Find DEMOs here!

Clone this wiki locally