<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICellAccessoryMultiselect",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICellAccessoryMultiselect"
  },
  "title" : "UICellAccessoryMultiselect"
}
-->

# UICellAccessoryMultiselect

The multiselect system accessory.

```
@interface UICellAccessoryMultiselect : UICellAccessory
```

## Overview

A multiselect cell accessory changes its apperance according to the cell’s selection state. The accessory displays as an empty circle for an unselected cell and as a filled circle with a checkmark for a selected cell. This accessory appears on the leading edge of the cell.

## Topics

### Accessing configuration options

[`@property (nonatomic, strong, nullable) UIColor * backgroundColor;`](/documentation/UIKit/UICellAccessoryMultiselect/backgroundColor)

The background color to apply to the accessory.

## Relationships

### Inherits From

[`UICellAccessory-c.class`](/documentation/UIKit/UICellAccessory-c.class)

---

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)