X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fform%2FRadio.js;h=974e543781179b897ed72c52e10e32acc4c1a5f7;hb=a6bfce413b4e62ab42b199453dbdd2360bbb16da;hp=0216a4bb9391581a8d5e712f46cbb63ea76d10c2;hpb=5d95b5b87dbea901c299b6ed69e48ac6448ea060;p=roojs1 diff --git a/Roo/form/Radio.js b/Roo/form/Radio.js index 0216a4bb93..974e543781 100644 --- a/Roo/form/Radio.js +++ b/Roo/form/Radio.js @@ -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); },