Checkbox

A group of options for multiple choices.
Import
import { Checkbox } from '@kubed/components;'
Source
View source code
Docs
Edit this page
npm
@kubed/components

Usage

Checkbox can be used alone to switch between two states.

Basic Usage

Set the default check through the defaultCheck attribute, and add event functions through onChange

Disabled State

Disabled state for Checkbox.

Indeterminate

The indeterminate property can help you to achieve a 'check all' effect.

Checked Controlled

Checkbox Group