G
Guest
I think you can try to remove
protected RadioButton radio;
If you already defined radio as a control in form, how can you add it again
with
this.controls.add(radio);
protected RadioButton radio;
If you already defined radio as a control in form, how can you add it again
with
this.controls.add(radio);