Roo/bootstrap/Component.js
authorEdward <edward@roojs.com>
Fri, 5 Jun 2015 04:03:35 +0000 (12:03 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Jun 2015 04:03:35 +0000 (12:03 +0800)
roojs-bootstrap-debug.js
roojs-bootstrap.js
Roo/bootstrap/CheckBox.js

Roo/bootstrap/CheckBox.js

index d5e2bfb..58559e8 100644 (file)
@@ -60,7 +60,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             id : id,
             type : this.inputType,
             value : (!this.checked) ? this.valueOff : this.inputValue,
-            cls : 'roo-checkbox', //'form-box',
+            cls : 'roo-' + this.inputType, //'form-box',
             placeholder : this.placeholder || ''
             
         };