A nice and friendly checkbox. Notice the usage of <BaseFocusLoop> to loop focus through all the checkboxes.
Show codeHide code
Here is an example using a boolean
value
Show codeHide code
Use true-value
/false-value
to create a custom behavior
Show codeHide code
You can create a static checkbox by omitting the v-model
(or model-value
)
Show codeHide code
This component has no props