- Components
- checkbox
Checkbox
Let users select one or multiple items from a list.
Demo
import { Checkbox } from "@/components/jk/checkbox"
export const CheckboxDemo = () => {
return (
<div>
<Checkbox>
Are you sure to delete this?
</Checkbox>
</div>
)
}
Installation
terminal
npx shadcn@latest add @jk-ui/checkbox