Roo/bootstrap/CheckBox.js
authoredward <edward@roojs.com>
Fri, 18 Sep 2015 03:43:27 +0000 (11:43 +0800)
committeredward <edward@roojs.com>
Fri, 18 Sep 2015 03:43:27 +0000 (11:43 +0800)
Roo/bootstrap/CheckBox.js

index 3174a1c..f5a99ae 100644 (file)
@@ -235,8 +235,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     
     setChecked : function(state,suppressEvent)
     {
-        this.startValue = this.getValue();
-        
         if(this.inputType == 'radio'){
             
             Roo.each(this.el.up('form').select('input[name='+this.name+']', true).elements, function(e){