Expand my Community achievements bar.

Checkbox - XML value

Avatar

Level 2

Hi,

I have a form mapped to a XSD. On the form there are some checkboxes. My On-Value is 'Y' and my Off-Value is 'N'. When I open the form and export the data (default is off) my XML is as follows:

<checkbox>N<checkbox/>

However, with the form open I select and de-select the checkbox (off-value, thus rawValue = N) I get the following XML:

<checkbox/>

Now this affects my data as the above is seen as "not filled" by the backend. Am I missing something or is this something I need to work around?

Thanks

Tys

4 Replies

Avatar

Former Community Member

I am not seeing that behaviour .....what version are you targetting?

Paul

Avatar

Former Community Member

I am not seeing that behaviour .....are you using true checkboxes or RadioButtons that have a checkbox appearance?

Paul

Avatar

Level 2

Using normal Checkboxes. Double checked now