Docs
Checkbox Input
Checkbox Input
Description goes here
By accepting, you agree to our Terms of Service and Privacy Policy
Required for account creation
Installation
pnpm dlx shadcn@latest add https://deltacomponents.dev/r/checkbox-input
Usage
"use client"
import * as React from "react"
import { CheckboxInput } from "@/registry/inputs/checkbox-input"
export function Component() {
return <CheckboxInput />
}
API Reference
Parameters
Name | Type | Description |
---|---|---|
prop | type | description |