sync
[roojs1] / roojs-ui-debug.js
index adda231..8299201 100644 (file)
@@ -20636,7 +20636,7 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, {
         //}
         this.setChecked(String(v) === String(this.inputValue), suppressEvent);
         
-        this.el.dom.form[this.name] = v;
+        this.el.dom.form[this.name].value = v;
      
         //this.fireEvent("check", this, this.checked);
     },
@@ -20655,8 +20655,12 @@ Roo.extend(Roo.form.Radio, Roo.form.Checkbox, {
                  
        
         
-    }
-
+    },
+    reset : function(){
+        // this.setValue(this.resetValue);
+        //this.originalValue = this.getValue();
+        this.clearInvalid();
+    } 
     
 });Roo.rtf = {}; // namespace
 Roo.rtf.Hex = function(hex)