Grooper Help - Version 25.0
25.0.0017 2,127
  • Overview
  • Help Status

Checkbox Widget

Field Widget Annotation Grooper.Core

Places a group of checkboxes.

Remarks

Overview

The Checkbox Widget places one or more interactive checkboxes on the PDF, mapped from a Data Field with multiple values or options. Use this to visually represent multi-select fields, option lists, or OMR (optical mark recognition) results in exported PDF documents.

Configuration

  • Add a Checkbox Widget annotation to the 'Annotations' collection of a PDF Data Mapping behavior.
  • Use the 'Fields' property to specify which Data Fields or Data Columns the checkboxes should represent.
  • Each checkbox is generated for a value or option present in the field's data.
  • Configure 'Allow Edit' to control whether users can interact with the checkboxes in compatible PDF viewers.
  • Set 'Print' to determine if the checkboxes appear in printed output.

Example Use Cases

  • Represent a list of selected options (e.g., "Departments", "Services Provided") as checkboxes on the PDF.
  • Display OMR results from scanned forms as checked or unchecked boxes.
  • Allow end users to review and update selections directly in the PDF.

Notes

  • Checkboxes are generated for each value or option present in the field's data.
  • The appearance and interactivity of checkboxes may depend on the PDF viewer used.
  • If the field contains no checkbox data, no annotation will be generated.

Properties

NameTypeDescription
Annotation Type String

The annotation type.

See Also

Notification