Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Tue, 31 Oct 2017 08:42:15 +0000 (16:42 +0800)
committerjohn <john@roojs.com>
Tue, 31 Oct 2017 08:42:15 +0000 (16:42 +0800)
Roo/bootstrap/CheckBox.js

index fae41a7..e6f8c93 100644 (file)
@@ -441,13 +441,14 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             label.markValid();
         }
         
+        Roo.log('quit here');
+        
         if(this.inputType == 'radio'){
             Roo.each(this.el.up('form').select('input[name='+this.name+']', true).elements, function(e){
                 e.findParent('.form-group', false, true).removeClass([_this.invalidClass, _this.validClass]);
                 e.findParent('.form-group', false, true).addClass(_this.validClass);
             });
             
-            Roo.log('quit here');
             Roo.each(this.el.up('form').select('label[for='+this.name+']', true).elements, function(e){
                 e.removeClass([_this.invalidClass, _this.validClass]);
                 e.addClass(_this.validClass);