Roo/bootstrap/RadioItem.js
authoredward <edward@roojs.com>
Fri, 17 Nov 2017 04:07:24 +0000 (12:07 +0800)
committeredward <edward@roojs.com>
Fri, 17 Nov 2017 04:07:24 +0000 (12:07 +0800)
Roo/bootstrap/RadioItem.js

index 5e89206..4bcc243 100644 (file)
@@ -34,13 +34,13 @@ Roo.extend(Roo.bootstrap.RadioItem, Roo.bootstrap.Component,  {
                 cn : [
                     {
                         tag : 'input',
-                        cls : 'roo-radio-set-item-input',
+                        cls : 'roo-radio roo-radio-set-item-input',
                         type : 'radio',
                         value : this.value,
                     },
                     {
                         tag : 'label',
-                        cls : 'roo-radio-set-item-box-label box-label',
+                        cls : 'box-label roo-radio-set-item-box-label',
                         html : this.boxLabel
                     }
                 ]