Skip to content
On this page

Radio

Basic

Use label prop to set the label.

Selected:

Color

Use color prop to change the radio color.

API

Radio

color : ColorProp

Radio color

disabled : boolean

Disable radio

modelValue : any

Bind v-model value to radio

inputClasses : any

Bind classes to input element

label : string

Define label text

default : any

Default slot for rendering radio label. If default slot is used label prop will be discarded.

update:modelValue => [value: any]

Released under the MIT License.