Checkbox

Component typeNuxtUI/Checkbox
Design SystemsUXD

Description help

Config Settings

Enter label to display a label on the right.

Enter help to display some text under the Checkbox.

Custom checkbox size by template/size
default: 16

Change the visual style of the Checkbox.
default: primary

Usage
Custom ui props by template?

You can customize the whole template by using the ui prop.
Example: Set the size by importing the size from the template import { size16 } from "~/config/ui/...component.../template/size"

If you want to use a template style with additional customization

you can do so by using a merge object in javascript or lodash.

Config
Template