diff options
-rw-r--r-- | misc/states.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/states.js b/misc/states.js index 4b4f1d518..6d98da81b 100644 --- a/misc/states.js +++ b/misc/states.js @@ -373,7 +373,7 @@ states.Trigger.states = { checked: { 'change': function () { - return this.attr('checked'); + return this.is(':checked'); } }, |