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

index 09ac9e5..9db21c4 100644 (file)
@@ -235,8 +235,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
     {
         if(this.inputType == 'radio'){
             
-            Roo.log(this.getValue());
-            
             Roo.each(this.el.up('form').select('input[name='+this.name+']', true).elements, function(e){
                 e.dom.checked = false;
             });
@@ -249,8 +247,6 @@ Roo.extend(Roo.bootstrap.CheckBox, Roo.bootstrap.Input,  {
             
             this.inputEl().dom.value = this.inputValue;
             
-            this.checked = true;
-            
             return;
         }