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

index d8b3181..d080564 100644 (file)
@@ -71,10 +71,9 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.CheckBox,  {
         };
         
         var fieldLabel = {
-            tag: 'label' ,
-            cls : 'control-label' + inline,
-            html : this.fieldLabel,
-            style : 'cursor:default'
+            tag: 'span' ,
+            //cls : 'control-label' + inline,
+            html : this.fieldLabel 
         };