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.

نمایش کد
vue

Value:boolean

Here is an example using a boolean value

نمایش کد
vue

Value:custom

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

نمایش کد
vue

Value:static

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

نمایش کد
vue
v-model
نمایش مثال
vue
classes
Optional CSS classes to apply to the wrapper, label, and input elements.
نمایش مثال
vue
false-value
The value to set when the component is unchecked.
نمایش مثال
vue
id
The form input identifier.
نمایش مثال
vue
true-value
The value to set when the component is checked.
نمایش مثال
vue
value
The value of the component.
نمایش مثال
vue
color
The color of the checkbox.
نمایش مثال
vue