<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "visionOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PermissionKit",
  "identifier" : "/documentation/PermissionKit/PermissionQuestion/defaultChoice",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PermissionKit"
    ],
    "preciseIdentifier" : "s:13PermissionKit0A8QuestionC13defaultChoiceAA0aE0Vvp"
  },
  "title" : "defaultChoice"
}
-->

# defaultChoice

The default answer choice associated with the question.

```
final var defaultChoice: PermissionChoice { get }
```

## Discussion

This default choice will default to the most restrictive choice.

> Requires: This default answer choice must also be present in the list of possible choices provided in the question.

---

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)