studiobakers / react-ui-toolkit

Bakers Studio's React-based UI Toolkit
MIT License
15 stars 2 forks source link

ToggleItem: Warning on console due to checkbox without onChange handler #165

Closed edizcelik closed 2 years ago

edizcelik commented 2 years ago

We should fix this:

Warning: You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.