Components
Loading preview...
Here is Checkbox component
@jollyshopland
npx shadcn@latest add https://21st.dev/r/jollyshopland/checkbox-1import { Checkbox } from "@/components/ui/checkbox-1"
export default function CheckboxReadonly() {
return (
<Checkbox isSelected isReadOnly>
Agree
</Checkbox>
)
}