Forum


Replies: 6   Views: 504
How can i insert a checkbox into a table?
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 admin  · 17-10-2022 - 07:17

Hello,

You can parse the HTML output and use the parseCheckboxes method to update checkboxes by order. This doesn't require knowing information or adding bookmarks; checkboxes are updated by order.

Or you can use DOCXCustomizer to do more complex updates. For example knowing bookmark names to update specific checkboxes.

If you open a support ticket (https://www.phpdocx.com/support) we can generate a custom sample script.

Regards.