modern-pdf-lib / CheckboxAppearanceOptions
Interface: CheckboxAppearanceOptions
Defined in: src/form/fieldAppearance.ts:198
Options for generating a checkbox appearance.
Properties
checked
checked:
boolean
Defined in: src/form/fieldAppearance.ts:200
Whether the checkbox is checked.
rect
rect: [
number,number,number,number]
Defined in: src/form/fieldAppearance.ts:202
The widget rectangle [x1, y1, x2, y2].