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

index 80c4cf6..560ab8c 100644 (file)
@@ -348,10 +348,6 @@ Roo.apply(Roo.bootstrap.CheckBox, {
             this.groups[checkbox.groupId] = [];
         }
         
-        if(this.groups[checkbox.groupId].indexOf(checkbox) != -1){
-            return;
-        }
-        
         this.groups[checkbox.groupId].push(checkbox);
        
     },