---
title: choices
framework: pdfkit
role: symbol
role_heading: Instance Property
path: pdfkit/pdfannotation/choices
---

# choices

An array of strings that specifies the options in either a list or a pop-up menu.

## Declaration

```swift
var choices: [String]? { get set }
```

## See Also

### Configuring Choice Widget Annotations

- [isListChoice](pdfkit/pdfannotation/islistchoice.md)
- [values](pdfkit/pdfannotation/values.md)
