Roo/bootstrap/CheckBox.js
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:39:12 +0000 (18:39 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 10:39:12 +0000 (18:39 +0800)
Roo/bootstrap/CheckBox.js

index 1e5ac7a..0d63171 100644 (file)
@@ -57,7 +57,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             id : id,
             type : this.inputType,
             value : (!this.checked) ? this.valueOff : this.inputValue,
-          //  cls : 'form-box',
+            cls : '', //'form-box',
             placeholder : this.placeholder || ''
             
         };