Roo/form/Checkbox.js
authorAlan <alan@roojs.com>
Fri, 23 Sep 2022 03:23:06 +0000 (11:23 +0800)
committerAlan <alan@roojs.com>
Fri, 23 Sep 2022 03:23:06 +0000 (11:23 +0800)
Roo/form/Checkbox.js

index 7093fdd..634c510 100644 (file)
@@ -190,7 +190,9 @@ Roo.extend(Roo.form.Checkbox, Roo.form.Field,  {
             this.fireEvent('check', this, state);
         }
         this.inSetChecked = true;
-        this.el.dom.value = state ? this.inputValue : this.valueOff;
+                
+               this.el.dom.value = state ? this.inputValue : this.valueOff;
+                
         this.inSetChecked = false;
         
     },