drgullin / icheck

Highly customizable checkboxes and radio buttons (jQuery & Zepto)
http://fronteed.com/iCheck
7.39k stars 1.63k forks source link

Disabled checkboxes still allow user to check/uncheck them #385

Closed SlowburnAZ closed 6 years ago

SlowburnAZ commented 6 years ago

Has anyone else run into this?

Here's an example of it:
icheck_disabled_issue

SlowburnAZ commented 6 years ago

Nevermind.... ugh. Somewhere else in this inherited code, it was doing a $('input').prop('disabled', false) afterwards.

Not an issue.