The checkbox component can have different shapes. Here is an example of a straight
checkbox.
Show codeHide code
The checkbox component can have different shapes. Here is an example of a rounded
checkbox.
Show codeHide code
The checkbox component can have different shapes. Here is an example of a curved
checkbox.
Show codeHide code
The checkbox component can have different shapes. Here is an example of a full
checkbox.
Show codeHide code
The checkbox component can show a disabled state. Use the disabled
prop to make a checkbox disabled.
Show codeHide code
Use true-value
/false-value
to create custom behavior
Show codeHide code
By default, the checkbox value has only two states: true
and false
.
To use checkbox to select multiple options, define the v-model
to an array.
Show codeHide code
You can use any colors defined with tailwind, use classes
props to set your own values
Show codeHide code
This component has no props