Beam UI
Components

Checkbox

An easily stylable checkbox component.

Apples

Usage

import { Checkbox } from "@/components/ui/checkbox"
<Checkbox>Label</Checkbox>
<Checkbox.Group>
  <Checkbox>Label 1</Checkbox>
  <Checkbox>Label 2</Checkbox>
  <Checkbox>Label 3</Checkbox>
</Checkbox.Group>

On this page