Forum


Replies: 3   Views: 395
Enable checkbox with phpdocx_structureddocumenttag
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by parasell  · 11-05-2023 - 11:04

I am having an issue generating a checkbox using phpdocx_structureddocumenttag.

The attribute data-checked is not working as it should. I am using Premium v12.0

Tried 

data-checked="checked"

data-checked="unchecked"

data-checked="true"

data-checked="false"

But in all cases, I get an empty unchecked checkbox.

Any advice on this?