> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/objects/choice-value

# ChoiceValue Object

No description

```graphql
type ChoiceValue {
  raw: String
  verbose: String
}
```

<a id="fields"></a>

### Fields

<a id="raw"></a>

#### [`raw`](#raw) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

The raw name of the choice.

<a id="verbose"></a>

#### [`verbose`](#verbose) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

The verbose name of the choice.

<a id="member-of"></a>

### Member Of

[`AddressValidationData`](/api-reference/users/objects/address-validation-data.md) object
