Skip to content
Harness Design System

Checkbox

The Checkbox component provides a customizable, accessible checkbox input. It is built on top of the Radix UI Checkbox primitive with additional styling.

Usage

import { Checkbox } from '@harnessio/ui/components'
return (
<Checkbox id="checkbox" checked={true} onCheckedChange={(checked) => alert(\`Checked: \${checked}\`)} />
)

API Reference

PropRequiredDefaultType
idtruestring
checkedtrueboolean
onCheckedChangetrue(checked: boolean) => void
disabledfalseboolean
classNamefalsestring