sync
[roojs1] / Roo / form / Radio.js
index 0216a4b..974e543 100644 (file)
@@ -77,7 +77,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);
     },