Checkbox

A control that allows the user to toggle between checked and not checked.

PreviousNext

Installation

1

Run the CLI

Use the CLI to add the component to your project.

Loading...

Examples

default

destructive

size

shape

disabled

API

[z-checkbox] Directive

z-checkbox is a Directive that brings you a customizable checkbox with minimal configuration

To get a customized checkbox, just pass the following props to the directive.

Property Description Type Default
zType chekbox type default | destructive default
zSize chekbox size default | sm | lg | icon default
zShape chekbox shape default | circle | square default