couds / react-bulma-components

React components for Bulma framework
MIT License
1.2k stars 126 forks source link

Form checkboxes 'checked' prop not working #346

Closed Tstassin closed 3 years ago

Tstassin commented 3 years ago

It seems like Checkbox component doesn't handle correctly the 'checked' prop.

Please see : https://codesandbox.io/s/stupefied-kepler-b3iee?file=/src/App.js

kennethnym commented 3 years ago

For some reason it's working for me locally in storybook. I'll look into this.

couds commented 3 years ago

Hi @Tstassin @kennethnym The issue was a faulty build. I republished v4.0.7, now should work properly

See https://codesandbox.io/s/keen-ride-ytdnw?file=/src/App.js