Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Wed, 1 Nov 2017 02:52:02 +0000 (10:52 +0800)
committerjohn <john@roojs.com>
Wed, 1 Nov 2017 02:52:02 +0000 (10:52 +0800)
Roo/bootstrap/CheckBox.js

index 6c37d52..b59b898 100644 (file)
@@ -440,7 +440,7 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
         if(label){
             label.markValid();
         }
-        
+        Roo.log('name: '+this.name);
         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]);