wfp / designsystem

World Food Programme User Interface Kit. Developer kit for implementing WFP web style guideline.
http://www.wfp.org/UIGuide
Apache License 2.0
224 stars 103 forks source link

Fix/incorrect checkbox props interface #583

Closed norbertsongin closed 1 year ago

norbertsongin commented 1 year ago

Changelog

Changed

Override inherited onChange event handler in CheckboxProps interface to match how it's called from inside Checkbox component (https://github.com/wfp/designsystem/blob/master/src/components/Checkbox/Checkbox.js#L42)