diff --git a/xpfe/global/resources/content/bindings/checkbox.xml b/xpfe/global/resources/content/bindings/checkbox.xml index 71e5fe254c68..2b638d9a664a 100644 --- a/xpfe/global/resources/content/bindings/checkbox.xml +++ b/xpfe/global/resources/content/bindings/checkbox.xml @@ -37,7 +37,7 @@ event.initEvent('CheckboxStateChange', false, true); this.dispatchEvent(event); return val;" - onget="return this.hasAttribute('checked');"/> + onget="return this.getAttribute('checked') == 'true';"/>