---
title: defaultChoice
framework: permissionkit
role: symbol
role_heading: Instance Property
path: permissionkit/permissionquestion/defaultchoice
---

# defaultChoice

The default answer choice associated with the question.

## Declaration

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

## Discussion

Discussion This default choice will default to the most restrictive choice. note: This default answer choice must also be present in the list of possible choices provided in the question.

## See Also

### Working with choices

- [choices](permissionkit/permissionquestion/choices.md)
