Template Components

Form Checkbox

Form component enables you to add interactive Checkbox field with prefilled value into your PDF document.

Configuration

Click on Form dropdown and select Checkbox item in editor's toolbar and configuration window will appear. Once confirmed, Form Checkbox will be placed in cursor's location.

Name

Technical name for field in PDF Form document. It should be unique within the document.

Data (expression)

Define simple boolean field name or formula using expression language to be evaluated and print resulting value to a document.

Examples:
Question1 - single field expression to check or uncheck the box based on question1 value (true or false)
Amount > 100 - expression to check or uncheck the box based on Amount value (checked when Amount is greater than 100)
Chooser1 == "Red" - expression to check or uncheck the box based on Chooser1 value (checked when Chooser1 value is equal to "Red")


Was this article helpful?

Yes

No