diff --git a/src/index.tsx b/src/index.tsx index dec90d6..7d7996a 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -35,6 +35,7 @@ export const Checkbox = forwardRef((props, ref) => { disabled, defaultChecked = false, type = 'checkbox', + title, onChange, ...inputProps } = props; @@ -85,7 +86,7 @@ export const Checkbox = forwardRef((props, ref) => { }; return ( - +