Unselect All Options in a Single Select Radio Button field ...

Unselect All Options in a Single Select Radio Button field ...

Hi:

Is there any way to "script a single choice Radio Button" field ... so none of the Options are selected ?

You can have it so none of the Options are selected at form load time ... by setting the Intial Value property (at Edit time) to blank ... but once the user selects one of the options, I can not use any script command to reset it ... e.g.

input.myRadioField = "";

... does not do it.

I can use input.myCheckBoxes.deselectall() with multiple choice (check box) fields ... but not with single choice Radio Button fields.

Multiple Choice fields are not appropriate for my Application ... as there are several of these Radio Button fields that are inter-related ... i.e. if user clicks on Option2 of RadioButton3 .. all previously selected options in the other RadioButton fields need to be unselected ... as well, any previously selected option in the current RadioButton field needs to be unselected.

Right now, the only thing I can do is to have an additional option in each RadioButton (called None of the Above) ... and then script it so this option is selected instead of none of the options.

Is there any undocumented feature in ZOHO Creator that will allow me to avoid the above work around ?



Gaev