Checkbox

A toggle control for boolean values. Built on Radix Checkbox.

Props

PropTypeDefaultDescription
checkedboolean-Controlled checked state
onCheckedChange(checked: boolean) => void-Callback on state change
disabledbooleanfalseDisabled state

Import

import { Checkbox } from '@blastx/ui';