We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f221f2a commit 9253e33Copy full SHA for 9253e33
packages/raystack/checkbox/checkbox.tsx
@@ -20,7 +20,8 @@ const checkbox = cva(styles.checkbox, {
20
21
export interface CheckboxProps
22
extends ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>,
23
- VariantProps<typeof checkbox> {}
+ VariantProps<typeof checkbox>,
24
+ CheckboxPrimitive.CheckboxProps {}
25
26
export const Checkbox = forwardRef<
27
ElementRef<typeof CheckboxPrimitive.Root>,
0 commit comments