> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tesouro.com/llms.txt
> Use this file to discover all available pages before exploring further.

# UnderwritingDynamicFieldType

> The UI control type for a dynamic field, determining how the field is rendered for manual data entry or review.

`ENUM`

The UI control type for a dynamic field, determining how the field is rendered for manual data entry or review.

## Values

<ResponseField name="CHECKBOX" type="enum">
  A boolean checkbox for true/false or yes/no values.
</ResponseField>

<ResponseField name="CURRENCY" type="enum">
  A field whose value is a currency.
</ResponseField>

<ResponseField name="DATE_PICKER" type="enum">
  A date picker control for selecting a calendar date.
</ResponseField>

<ResponseField name="SELECT" type="enum">
  A dropdown control allowing selection of a single value from a predefined list.
</ResponseField>

<ResponseField name="TEXTAREA" type="enum">
  A multi-line text area for entering longer text values.
</ResponseField>

<ResponseField name="TEXT_FIELD" type="enum">
  A single-line text input field.
</ResponseField>

<ResponseField name="TEXT_FIELD_MASKED" type="enum">
  A single-line text input field where the value is masked for sensitive data such as SSN or account
  numbers.
</ResponseField>
