Checkbox colors

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

Show code

Boolean value

Here is an example using a boolean value

Show code

Custom behavior

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

Show code

Static value

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

Show code
This component has no props