diff --git a/frontend/functions/ui/checkbox.tsx b/frontend/functions/ui/checkbox.tsx index 117afce8..e129c1c7 100644 --- a/frontend/functions/ui/checkbox.tsx +++ b/frontend/functions/ui/checkbox.tsx @@ -1,6 +1,5 @@ import * as React from "react" import { Checkbox as CheckboxPrimitive } from "@base-ui/react/checkbox" -import { CheckboxIndicator } from "@base-ui/react/checkbox" import { cn } from "../core/cn" interface CheckboxProps extends CheckboxPrimitive.Root.Props { @@ -30,7 +29,7 @@ function Checkbox({ className, label, id, indeterminate, ...props }: CheckboxPro indeterminate={indeterminate} {...props} > - @@ -60,7 +59,7 @@ function Checkbox({ className, label, id, indeterminate, ...props }: CheckboxPro )} - + {label && (