Roo/form/Checkbox.js
[roojs1] / roojs-ui-debug.js
index 828d6b2..173fcbe 100644 (file)
@@ -24462,6 +24462,9 @@ Roo.extend(Roo.form.Checkbox, Roo.form.Field,  {
 
        // private
     onClick : function(){ 
+        if (this.disabled) {
+            return;
+        }
         this.setChecked(!this.checked);
 
         //if(this.el.dom.checked != this.checked){