While loading a form with xml
…
…
the checkbox shows up as checked. I wonder why?
If form item has ‘checked’ attribute, check box will be checked. To make checkbox unchecked, you should remove checked attribute.
While loading a form with xml
…
…
the checkbox shows up as checked. I wonder why?
If form item has ‘checked’ attribute, check box will be checked. To make checkbox unchecked, you should remove checked attribute.