---
title: "editors.pdf.formfields"
canonical_url: "https://www.nutrient.io/api/python/editors/pdf/formfields/"
md_url: "https://www.nutrient.io/api/python/editors/pdf/formfields.md"
last_updated: "2026-06-08T15:25:21.250Z"
description: "API reference for the editors.pdf.formfields module"
---

API reference for the `editors.pdf.formfields` module.

```python

# All public classes import directly from the top-level package:

from nutrient_sdk import PdfCheckBoxField

```

## Classes

| Class                                                    | Description                                                                                          |
| -------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| [`PdfCheckBoxField`](./pdf-check-box-field/)             | Represents a check box form field in a PDF document. Check boxes toggle between two states: check... |
| [`PdfComboBoxField`](./pdf-combo-box-field/)             | Represents a combo box (drop-down list) form field in a PDF document. Combo boxes display a list... |
| [`PdfFormField`](./pdf-form-field/)                      | Represents a form field in a PDF document. Form fields can be terminal (with widget annotations)... |
| [`PdfFormFieldCollection`](./pdf-form-field-collection/) | Represents a collection of form fields in a PDF document. Provides access to the top-level form f... |
| [`PdfListBoxField`](./pdf-list-box-field/)               | Represents a list box form field in a PDF document. List boxes display a scrollable list of optio... |
| [`PdfPushButtonField`](./pdf-push-button-field/)         | Represents a push button form field in a PDF document. Push buttons respond immediately to user i... |
| [`PdfRadioButtonField`](./pdf-radio-button-field/)       | Represents a radio button form field in a PDF document. Radio buttons are part of a mutually excl... |
| [`PdfSignatureField`](./pdf-signature-field/)            | Represents a signature form field in a PDF document. Signature fields are used for electronic sig... |
| [`PdfTextField`](./pdf-text-field/)                      | Represents a text form field in a PDF document. Text fields allow users to enter text from the ke... |

---

## Related pages

- [Pdf Check Box Field](/api/python/editors/pdf/formfields/pdf-check-box-field.md)
- [Pdf Form Field](/api/python/editors/pdf/formfields/pdf-form-field.md)
- [Pdf Combo Box Field](/api/python/editors/pdf/formfields/pdf-combo-box-field.md)
- [Pdf List Box Field](/api/python/editors/pdf/formfields/pdf-list-box-field.md)
- [Pdf Form Field Collection](/api/python/editors/pdf/formfields/pdf-form-field-collection.md)
- [Pdf Radio Button Field](/api/python/editors/pdf/formfields/pdf-radio-button-field.md)
- [Pdf Push Button Field](/api/python/editors/pdf/formfields/pdf-push-button-field.md)
- [Pdf Signature Field](/api/python/editors/pdf/formfields/pdf-signature-field.md)
- [Pdf Text Field](/api/python/editors/pdf/formfields/pdf-text-field.md)

