---
title: choices()
framework: pdfkit
role: symbol
role_heading: Instance Method
path: pdfkit/pdfannotationchoicewidget/choices()
---

# choices()

Returns an array of strings that represent the items available in the list or pop-up menu of the choice widget annotation.

## Declaration

```swift
func choices() -> [Any]!
```

## Return Value

Return Value An array of strings that represent the items in the list or pop-up menu choice widget annotation.

## See Also

### Accessing the Items in the Choice Widget Annotation

- [setChoices(_:)](pdfkit/pdfannotationchoicewidget/setchoices(_:).md)
