Documentation

Color

A nice and friendly checkbox. Notice the usage of <BaseFocusLoop> to loop focus through all the checkboxes. Use the color prop to change the color of the checkbox.

Show code
vue

Value:boolean

Here is an example using a boolean value

Show code
vue

Value:custom

Use true-value/false-value to create a custom behavior

Show code
vue

Value:static

You can create a static checkbox by omitting the v-model (or model-value)

Show code
vue
v-model
Show example
vue
classes
Optional CSS classes to apply to the wrapper, label, and input elements.
Show example
vue
false-value
The value to set when the component is unchecked.
Show example
vue
id
The form input identifier.
Show example
vue
true-value
The value to set when the component is checked.
Show example
vue
value
The value of the component.
Show example
vue
color
The color of the checkbox.
Show example
vue