A customizable checkbox component with smooth animations and multiple states.
import { Checkbox } from "@/components/ui/checkbox"; export default function DemoOne() { return ( <> <Checkbox className="font-medium" label="Default checkbox" /> </> ); }
Part of HextaUI — browse the full library on 21st.dev.