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);
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowThere 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);