Roo/bootstrap/CheckBox.js
authorjohn <john@roojs.com>
Fri, 18 May 2018 07:41:34 +0000 (15:41 +0800)
committerjohn <john@roojs.com>
Fri, 18 May 2018 07:41:34 +0000 (15:41 +0800)
Roo/bootstrap/CheckBox.js

index e97fcdb..71427fd 100644 (file)
@@ -332,6 +332,8 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
         
         this.hiddenEl().dom.value = state ? this.inputValue : this.valueOff;
         
+        Roo.log('fire');
+        
         if(suppressEvent !== true){
             this.fireEvent('check', this, state);
         }