diff --git a/components/checkbox/checkbox.tsx b/components/checkbox/checkbox.tsx index 8f46a3f..437445f 100644 --- a/components/checkbox/checkbox.tsx +++ b/components/checkbox/checkbox.tsx @@ -34,7 +34,7 @@ const defaultProps = { value: '', } -type NativeAttrs = Omit, keyof Props> +type NativeAttrs = Omit, keyof Props> export type CheckboxProps = Props & typeof defaultProps & NativeAttrs const Checkbox: React.FC = ({ @@ -91,9 +91,15 @@ const Checkbox: React.FC = ({ }, [checked]) return ( -