Imagine ArtImagine Art

A control that allows users to select one or more items from a set of options.

Forms

Import

import { Checkbox } from "@/components/ui"

API

PropTypeDefaultDescription
size"sm" | "md" | "lg""md"Checkbox dimensions.
checkedbooleanControlled checked state.
indeterminatebooleanShows a mixed/partial check state.
labelstringLabel text next to the checkbox.

Examples