We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am having an issue selecting multiple checkboxes across the file with the same name.
For the setValue function, it works on multiple places but setCheckbox is not working.
I need to name chem checkbox1 checkbox2 etc.
Is there some workaround or solution for this?in
Replace all values based on same name. the
$templateProcessor->setCheckbox('checkboxname', true); $templateProcessor->setCheckbox('checkboxname', true);
master
8.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug and add attachments
I am having an issue selecting multiple checkboxes across the file with the same name.
For the setValue function, it works on multiple places but setCheckbox is not working.
I need to name chem checkbox1 checkbox2 etc.
Is there some workaround or solution for this?in
Expected behavior
Replace all values based on same name. the
Steps to reproduce
$templateProcessor->setCheckbox('checkboxname', true);
$templateProcessor->setCheckbox('checkboxname', true);
PHPWord version(s) where the bug happened
master
PHP version(s) where the bug happened
8.2
Priority
The text was updated successfully, but these errors were encountered: