Hopding / pdf-lib

Create and modify PDF documents in any JavaScript environment
https://pdf-lib.js.org
MIT License
7.01k stars 676 forks source link

Update PDFAcroCheckBox.ts #1684

Closed MockingMagician closed 1 month ago

MockingMagician commented 1 month ago

Can set value when checkbox as multiple widget

What?

Actually, unable to set value for a checkbox that as multiple widgets

Why?

Can not fill my pdf because of that

How?

iterate over all available widget to get all possible response

Testing?

Works for my use case

New Dependencies?Nope

Screenshots

Nope

Suggested Reading?

YES

Anything Else?

Nope

Checklist

MockingMagician commented 1 month ago

I was fixing directly from github, it's a bit messy, I will do it from my IDE... forget this PR for now

MockingMagician commented 1 month ago

I will redo it in a cleanest way