Roo/bootstrap/Radio.js
authorAlan Knowles <alan@roojs.com>
Thu, 30 Jul 2015 07:28:56 +0000 (15:28 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 30 Jul 2015 07:28:56 +0000 (15:28 +0800)
Roo/bootstrap/Radio.js

index fe7745c..83c2537 100644 (file)
@@ -153,12 +153,13 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.CheckBox,  {
         // normal bootstrap puts the input inside the label.
         // however with our styled version - it has to go after the input.
        
-        lbl.cn.push(inputblock);
+        //lbl.cn.push(inputblock);
         cfg.cn.push( {
             tag: 'span',
             cls: 'radio' + inline,
             cn: [
-                lbl
+                lbl,
+                inputblock
             ]
         });