# Dropbox::Sign::TemplateResponseDocumentCustomFieldCheckbox This class extends `TemplateResponseDocumentCustomFieldBase` ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | `type`*_required_ | ```String``` | The type of this Custom Field. Only `text` and `checkbox` are currently supported.

* Text uses `TemplateResponseDocumentCustomFieldText`
* Checkbox uses `TemplateResponseDocumentCustomFieldCheckbox` | [default to 'checkbox'] |