<!--
{
  "availability" : [
    "macOS: 10.4.0 - 10.12.0"
  ],
  "documentType" : "symbol",
  "framework" : "PDFKit",
  "identifier" : "/documentation/PDFKit/PDFAnnotationChoiceWidget/isListChoice()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "PDFKit"
    ],
    "preciseIdentifier" : "c:objc(cs)PDFAnnotationChoiceWidget(im)isListChoice"
  },
  "title" : "isListChoice()"
}
-->

# isListChoice()

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

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

## Return Value

<doc://com.apple.documentation/documentation/Swift/true> if the widget annotation is a list, <doc://com.apple.documentation/documentation/Swift/false> otherwise.

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)