Roo/bootstrap/Radio.js
authorAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:07:58 +0000 (19:07 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 11 Sep 2014 11:07:58 +0000 (19:07 +0800)
Roo/bootstrap/Radio.js

index 0d94c0b..f855a72 100644 (file)
@@ -41,7 +41,7 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.CheckBox,  {
             id : id,
             type : this.inputType,
             value : (!this.checked) ? this.valueOff : this.inputValue,
-            cls : 'form-box',
+            cls : 'roo-radio',
             placeholder : this.placeholder || ''
             
         };