forms
Checkbox
Checkbox with label and optional description.
import { Checkbox } from "@raydenui/ui"Interactive demo
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | Label |
description | string | — | Description |
position | "left" | "right" | "left" | Label side |