"use client"
import { Checkbox } from "@/components/ui/checkbox"
export default function CheckboxInvalidDemo() {
return <Checkbox isInvalid>Enable notifications</Checkbox>
}
npx shadcn@latest add @intentui/checkbox-invalid-demoUsage varies by registry entry. Refer to the registry docs or source files below for details.