masasron/iosCheckbox.js

Use of the jQuery attribute methods leads to incorrect behaviour.

Opened this issue · 0 comments

As pre W3C and jQuery documentation the 'checked' attribute of a checkbox input defines the initial state, while the 'checked' property of the checkbox holds the current state. As a result, the listener script is currently broken and should be changed to set the property to either true or false.