Roo/bootstrap/CheckBox.js
authorEdward <edward@roojs.com>
Fri, 5 Jun 2015 05:04:58 +0000 (13:04 +0800)
committerEdward <edward@roojs.com>
Fri, 5 Jun 2015 05:04:58 +0000 (13:04 +0800)
Roo/bootstrap/CheckBox.js

index 72c6d17..c4bb9b4 100644 (file)
@@ -219,7 +219,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             
             Roo.log('in');
             this.inputEl().dom.checked = true;
-            Roo.log(this.el);
+            Roo.log(this.el.up('form'));
             Roo.each(this.el.up('form').child('input[name='+this.name+']', true).elements, function(e){
                 e.dom.checked = false;
             });