Checkbox
Checkbox elements can be added to sections or table cells by using addCheckBox
.
<?php
$section->addCheckBox($name, $text, [$fontStyle], [$paragraphStyle]);
$name
. Name of the check box.$text
. Text to be displayed in the document.$fontStyle
. SeeStyles > Font
.$paragraphStyle
. SeeStyles > Paragraph
.