Hey, thanks for the great work! I've used this in two places in our app, and one of them is acting strangely -- it only sticks if dragged. When clicked, the switch toggles on, then flips back.
Any idea what could cause this, or how to fix it? I haven't dove into the JS internals or tried debugging yet.
Here's my js: https://github.com/codeforamerica/textizen/blob/dev/app/assets/javascripts/polls.js.coffee
The problematic view: https://github.com/codeforamerica/textizen/blob/dev/app/views/polls/_form.html.erb