-
Notifications
You must be signed in to change notification settings - Fork 384
Open
Description
Version: 3.0.5
PDF: Supplemental PDF
Issue:
When I extract the PDF, the radio groups (True/False) are always returning unchecked:
{
"boxes": [
{
"style": 48,
"T": { "Name": "box", "TypeInfo": {} },
"id": { "Id": "0", "EN": 0 },
"TI": 14,
"AM": 0,
"x": 4.024,
"y": 30.149,
"w": 0.656,
"h": 0.833,
"checked": false
},
{
"style": 48,
"T": { "Name": "box", "TypeInfo": {} },
"id": { "Id": "1", "EN": 0 },
"TI": 15,
"AM": 0,
"x": 5.665,
"y": 30.149,
"w": 0.656,
"h": 0.833,
"checked": false
}
],
"id": { "Id": "dataEncryption", "EN": 0 }
},
Text inputs are working correctly.
As an aside, I really appreciate how simple the library is to use 😄.
Metadata
Metadata
Assignees
Labels
No labels