Problem with Checkbox in PDF

Hi

I am generating pdf using BindXml() method.

The XML i am using is:

Yes

No

With the above XMl there is only one checkbox generated whereas i expected two.

Moreover The generated checkbox is not positioned at text1 and it does not have any border.

Please help ASAP.

Thanks

Hi,

Thank you for considering Aspose.

I have modified your xml as the following:

Yes
No

Please refer to [Introduction to Schema ](https://forum.aspose.com/Wiki/default.aspx/Aspose.Pdf/IntroductionToXSD.html) about how to write correct xml. Please also make sure each form field has a unique field name.