markusenglund / react-switch

A draggable toggle-switch component for React. Check out the demo at:
https://react-switch.netlify.com/
MIT License
1.33k stars 101 forks source link

Styling when input is disabled #117

Open belkaxoy opened 2 years ago

belkaxoy commented 2 years ago

There is no way to style switch elements when it is disabled. Even with css !important, cause the input is the last sibling. It would be great if we could style switch, when it is disabled - both checked/unchecked.