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

Radio Group Widget

Field Widget Annotation Grooper.Core

Places a group of radio buttons.

Remarks

Overview

The Radio Group Widget places a set of interactive radio buttons on the PDF, mapped from a Data Field with multiple mutually exclusive options. Use this to visually represent single-select fields or option lists in exported PDF documents, where only one selection is allowed.

Configuration

  • Add a Radio Group 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 radio buttons should represent.
  • Each radio button is generated for a value or option present in the field's data.
  • Configure 'Allow Edit' to control whether users can interact with the radio buttons in compatible PDF viewers.
  • Set 'Print' to determine if the radio buttons appear in printed output.

Example Use Cases

  • Represent a single-choice field (e.g., "Payment Method", "Gender") as a group of radio buttons on the PDF.
  • Display extracted or user-selected options for review and confirmation.
  • Allow end users to select or update a single option directly in the PDF.

Notes

  • Radio buttons are generated for each value or option present in the field's data.
  • Only one radio button in the group can be selected at a time.
  • The appearance and interactivity of radio buttons may depend on the PDF viewer used.
  • If the field contains no radio button data, no annotation will be generated.

Properties

NameTypeDescription
Annotation Type String

The annotation type.

See Also

Notification