<!--
{
  "availability" : [
    "macOS: 10.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABPeoplePickerView/allowsGroupSelection",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:objc(cs)ABPeoplePickerView(py)allowsGroupSelection"
  },
  "title" : "allowsGroupSelection"
}
-->

# allowsGroupSelection

A Boolean value that specifies whether the user can select entire groups in the group column.

```
var allowsGroupSelection: Bool { get set }
```

## Discussion

If <doc://com.apple.documentation/documentation/Swift/true>, the user can to select entire groups. If <doc://com.apple.documentation/documentation/Swift/false>, the user is required to select at least one person in the group.

---

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)