DUCheckbox

Forms

Accessible checkbox with optional label.

import { DUCheckbox } from 'deri-ui';
Live preview
typescript
<DUCheckbox label="Remember me" defaultChecked />

Props

PropTypeDefaultDescription
labelReactNodeAdjacent label
...inputcheckbox attrsNative props

Usage

import { DUCheckbox } from 'deri-ui';

<DUCheckbox label="Remember me" defaultChecked />

Customize with className, radius, and Tailwind utilities. Theme tokens come from deri-ui/tailwind.preset.

© 2026 Deri Ui. Developed by Deribew Shimelis. Copy and use the code freely in your projects.