Roo/form/Checkbox.js
[roojs1] / roojs-debug.js
index db3e7be..2ff6037 100644 (file)
@@ -40887,6 +40887,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){