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 100 forks source link

Label click doesn't trigger checkbox #49

Closed peacepostman closed 5 years ago

peacepostman commented 5 years ago

Hello,

Firstly thanks for the module, it is really good and it take us very few time to set up our Graphic Identity with it 👍

I'm posting this issue because i'm really struggling to allow checkbox check via label click, i'm using the exact same code as the demo but nothing happen.

Do you have any idea what can cause this issue ?

Best regards,

peacepostman commented 5 years ago

Nevermind, it was in a dropdown which was preventing event propagation...