Data input

Checkbox

Themed checkbox with label, indeterminate state, and size variants for use in forms.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjCheckboxComponent } from '@kouji-ui/components';
Loading editor
04

Playground

#playground
Accept the terms
size
<kj-checkbox
  size="md"
>Accept the terms</kj-checkbox>