Checkbox
Source
A form component used to toggle between checked and unchecked states.
Usage
Import the Checkbox
component from @bun-ui/react
and use it in your project:
import { Checkbox } from "@bun-ui/react"
<Checkbox label="Accept terms and conditions" />
Controlled
Custom Label
For advanced label customization, omit the label prop and use a separate label component: