Roo/bootstrap/CheckBox.js
authoredward <edward@roojs.com>
Fri, 18 Sep 2015 03:19:52 +0000 (11:19 +0800)
committeredward <edward@roojs.com>
Fri, 18 Sep 2015 03:19:52 +0000 (11:19 +0800)
Roo/bootstrap/CheckBox.js

index 9db21c4..4bb806c 100644 (file)
@@ -220,6 +220,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
 //        Roo.bootstrap.CheckBox.superclass.initEvents.call(this);
         
         this.inputEl().on('click', this.onClick,  this);
+        
         if (this.boxLabel) { 
             this.el.select('label.box-label',true).first().on('click', this.onClick,  this);
         }