Roo/bootstrap/CheckBox.js
authoredward <edward@roojs.com>
Wed, 30 Sep 2015 08:33:17 +0000 (16:33 +0800)
committeredward <edward@roojs.com>
Wed, 30 Sep 2015 08:33:17 +0000 (16:33 +0800)
Roo/bootstrap/CheckBox.js

index 728dc09..07a87be 100644 (file)
@@ -221,6 +221,10 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     {
 //        Roo.bootstrap.CheckBox.superclass.initEvents.call(this);
         
+        if(this.groupId){
+            Roo.bootstrap.CheckBox.register(this);
+        }
+    
         this.inputEl().on('click', this.onClick,  this);
         
         if (this.boxLabel) {