<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/checkmark",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@E@UITableViewCellAccessoryType@UITableViewCellAccessoryCheckmark"
  },
  "title" : "UITableViewCell.AccessoryType.checkmark"
}
-->

# UITableViewCell.AccessoryType.checkmark

A checkmark image.

```
case checkmark
```

## Discussion

Choose this option to display a checkmark image. This type of accessory view doesn’t track touches.

To hide or show a check mark for a row, toggle the [`accessoryType`](/documentation/UIKit/UITableViewCell/accessoryType-swift.property) property of the cell between the [`UITableViewCell.AccessoryType.none`](/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/none) and [`UITableViewCell.AccessoryType.checkmark`](/documentation/UIKit/UITableViewCell/AccessoryType-swift.enum/checkmark) values. For example, if you use a checkmark to indicate one selected row from a group of rows, use your delegate’s [`tableView(_:didSelectRowAt:)`](/documentation/UIKit/UITableViewDelegate/tableView(_:didSelectRowAt:)) method to update the accessory views of the affected rows.

---

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)