Skip to content

Boxes for Radio Buttons always return "checked": false #320

@mindblight

Description

@mindblight

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions