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

# isListChoice()

Returns a Boolean value indicating whether the widget annotation is a list.

## Declaration

```swift
func isListChoice() -> Bool
```

## Return Value

Return Value true if the widget annotation is a list, false otherwise.

## Discussion

Discussion A choice widget annotation can be either a list or a pop-up menu.

## See Also

### Determining the Type of Choice Widget Annotation

- [setIsListChoice(_:)](pdfkit/pdfannotationchoicewidget/setislistchoice(_:).md)
