xsd2html2xml icon indicating copy to clipboard operation
xsd2html2xml copied to clipboard

Boolean values sometimes incorrect in rendered html

Open groupmsl opened this issue 4 years ago • 0 comments

If you have an xs:boolean with default=true in a schema and you generate an empty form all your resulting checkboxes are ticked (as they should be)

If you generate a pre-filled form, where some of those boolean values are false, they are still ticked in the resulting html (which I believe is wrong)

This should fix that.

groupmsl avatar Dec 15 '21 16:12 groupmsl