Radio

Radio with a nice effect, very easy to implement.

Default

To implement a radio button you just add the vs-radio component and add a v-model.

You can give a name to a radio button with vs-name

WARNING

The Radio Button is always going to replace the current value.

  • summer

Colors

You can change the color with the property color. You are able to use the Main Colorsopen in new window or RGB and HEX colors.

WARNING

Only RGB and HEX colors are supported.

  • primary

API #

NameTypeParametersDescriptiondefault
vs-valueStringRadius value.
vs-nameStringRadius name.
colorStringprimary,success,danger,warning,dark,RGB,HEXRadio color.primary
disabledBooleanProperty to define if the radio is disabled.false