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

index 4c05a85..e5ab446 100644 (file)
@@ -177,7 +177,7 @@ Roo.extend(Roo.bootstrap.Radio, Roo.bootstrap.CheckBox,  {
         
         this.inputEl().on('click', this.onClick,  this);
         if (this.boxLabel) { 
-            this.el.select('label.box-label',true).on('click', this.onClick,  this);
+            this.el.select('label.box-label',true).first().on('click', this.onClick,  this);
         }
         
     },