You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`onChange`|`(values: Array<string>, originalEvent: SyntheticEvent<HTMLInputElement>) => void`| Will be called on every time a checkbox changes its state. |
69
+
|`onChange`|`(originalEvent: SyntheticEvent<HTMLInputElement>, values: Array<string>) => void`| Will be called on every time a checkbox changes its state. |
70
70
|`name`|`string`| Name for all checkboxes within one `<CheckboxGroup>`|
71
71
|`values`|`Array<string>`| Values of the `<Checkbox>` elements marked as `checked`|
0 commit comments