Here is Checkbox component
import { Checkbox } from "@/components/ui/checkbox-1" export default function CheckboxReadonly() { return ( <Checkbox isSelected isReadOnly> Agree </Checkbox> ) }
Part of Jolly UI — browse the full library on 21st.dev.