Checkbox straight

The checkbox component can have different shapes. Here is an example of a straight checkbox.

Default shape of all <BaseCheckbox> can be set in your .app/app.config.ts.
Show code

Checkbox rounded

The checkbox component can have different shapes. Here is an example of a rounded checkbox.

Show code

Checkbox curved

The checkbox component can have different shapes. Here is an example of a curved checkbox.

Show code

Checkbox circle

The checkbox component can have different shapes. Here is an example of a full checkbox.

Show code

Disabled state

The checkbox component can show a disabled state. Use the disabled prop to make a checkbox disabled.

Show code

Custom behavior

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

Show code

Multiple values

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 code

Custom colors

You can use any colors defined with tailwind, use classes props to set your own values

Show code
This component has no props