Brand
Changelogv1.4

Checkbox

Checkboxes allow users to select one or more items from a set of options.

Basic

Colors

Sizes

Disabled

Usage

<label class="bos:flex bos:items-center bos:gap-3 bos:cursor-pointer">
  <input type="checkbox" class="bos:dui-checkbox bos:dui-checkbox-primary" checked />
  <span>Remember me</span>
</label>