tleunen / react-mdl

React Components for Material Design Lite
https://tleunen.github.io/react-mdl/
MIT License
1.76k stars 255 forks source link

Checkbox visibility #487

Open vegansk opened 7 years ago

vegansk commented 7 years ago

Can't set visibility for checkbox via style prop:

<M.Checkbox {...props} style={{ visibility: 'hidden' }} />

It is set for input element and not for label: image