There is a way to insert checkbox in a table using:
foreach ($array as $key => $value) {
$tb[] = array('A' => $value, 'B' => checkbox);
}
$docx->addTemplateVariable($tb, 'table', $tbsettings);
There is a way to insert checkbox in a table using:
foreach ($array as $key => $value) {
$tb[] = array('A' => $value, 'B' => checkbox);
}
$docx->addTemplateVariable($tb, 'table', $tbsettings);