Checkbox Background color

I am trying to port an HTML page to Pdf and have run into an issue with the checkbox. It seems that the FormField "Checkbox" has a transparent background. I have a table cell that has a black background with white text, and also has a checkbox in it. With the current Aspose.Pdf release, the checkbox doesn't "show up" since the black background of the cell shows through the transparent background of the checkbox. The checkbox IS there, you just can't see it, and can't tell whether the checked state is on or off.

I would like to see one of the following

1. Default the background color of the checkbox to white.

OR

2. Allow the background color of the checkbox to be set via XML or programmatically.

Option 1 would probably be easier for you, but Option 2 would allow for more flexibility. If you could at least do Option 1 for the short term solution, it would be much appreciated.

Please let me know what you think.

Dan

We will check if we can support this feature in short time and let you know.

We have supported background color in the new hotfix 3.4.4. New property BackgroundColor is added into FormField class.

Thanks, it works great!

Dan