Having issue with checkboxes #1014
Answered
by
beachmerchant
beachmerchant
asked this question in
Q&A
-
Trying to fill a pdf and everything works great except the checkboxes. When using Error Message: |
Beta Was this translation helpful? Give feedback.
Answered by
beachmerchant
Oct 5, 2021
Replies: 1 comment
-
Solved. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
beachmerchant
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved.
Should be getCheckBox
const checkbox = form.getCheckBox('checkbox1')
checkbox .check();