Form Object Model on iOS

Under the hood, PDF form elements are a type of PDF annotation called “widget” annotations. They are used to implement interactive form elements, such as buttons, checkboxes, combo boxes, and more.

As such, the Form Object Model is identical to the Annotation Object Model. See our Annotation Object Model guide to learn more.