pdfrx_web
    Preparing search index...

    Type Alias PdfFormFieldValue

    PdfFormFieldValue: string | boolean | string[]

    A value accepted by PdfDocument.setFormFieldValue. Interpretation depends on the field type: boolean toggles a checkbox; a string sets text, selects a radio export value, or selects one choice option by its label; and a string[] selects choice options by label (including single-select combo/list fields when replaying history).