Radio NEW

Radio component accepts two minimum two v-model and value. value can either be string or number. you need to use the same v-model on RRadio so only one can be selected at a time.

Default

Tag

If tag prop is true RRadio will look like a button.

Props

NameTypeRequiredDefaultDescription
modelValuestring, numberYesundefinedValue of the active radio.
valuestring, numberYesundefinedValue of input
colorstringNoundefinedThe primary color of the component.
tagbooleanNoundefinedIf true radio will be like button.
containerClassstringNoundefinedClass(es) to be passed to container element of checkbox
disabledbooleanNofalseIf true, disables the input element.
Table of Contents