# ChoiceFieldItemProperties

## Content

[**DsPdfJS API v9.1.3**](../README)

***

[DsPdfJS API](../globals) / ChoiceFieldItemProperties

# Type Alias: ChoiceFieldItemProperties

> **ChoiceFieldItemProperties** = `object`

Represents an item displayed in [ChoiceField](../classes/ChoiceField).

## Properties

### text

> **text**: `string`

The text used to display an item.

***

### value

> **value**: `string` \| `null`

The value of item, if not specified or empty then 'text' will be used as value.
