Working with Multiple Checkboxes in PDF Form #1471
Unanswered
DamithaPerera
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I have the exact same problem. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have two checkboxes in my pdf. They are "Ja" & "Nei". But when i use
const fields = form.getFields()
this property to get checkbox names im getting onlyname===> PDFCheckBox: dodJaNei
So how can i use two checkboxes
const checkBoxxx = form.getCheckBox('dodJaNei')
checkBoxxx.check()
in above logic it checks the first checkbox but not the second check box.
Beta Was this translation helpful? Give feedback.
All reactions