Skip to content

Checkbox

Checkbox with label and indeterminate state.

Import

tsx
import { ZCheckbox } from "@zurto/ui";

Usage

tsx
<ZCheckbox label="Accept terms" />
<ZCheckbox checked indeterminate />

Props

PropTypeDefaultDescription
checkedbooleanfalseChecked state
indeterminatebooleanfalseIndeterminate state
labelstringLabel text
disabledbooleanfalseDisabled state

Released under the MIT License.