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 8b7b50c commit 4379078Copy full SHA for 4379078
src/components/checkbox/CheckboxGroup.tsx
@@ -27,7 +27,7 @@ export interface CheckboxGroupProps {
27
value: string[];
28
defaultValue: string[];
29
isDisabled: boolean;
30
- onChange: (value: string[]) => null;
+ onChange: (value: string[]) => void;
31
}
32
33
const RNCheckboxGroup: React.FC<Partial<CheckboxGroupProps>> = forwardRef<
0 commit comments