<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: -",
    "tvOS: 14.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICellAccessory-swift.struct/CheckmarkOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit15UICellAccessoryV16CheckmarkOptionsV"
  },
  "title" : "UICellAccessory.CheckmarkOptions"
}
-->

# UICellAccessory.CheckmarkOptions

Configuration options for a checkmark accessory.

```
struct CheckmarkOptions
```

## Topics

### Creating configuration options

[`init(isHidden: Bool?, reservedLayoutWidth: UICellAccessory.LayoutDimension?, tintColor: UIColor?)`](/documentation/UIKit/UICellAccessory-swift.struct/CheckmarkOptions/init(isHidden:reservedLayoutWidth:tintColor:))

Creates a checkmark accessory options structure.

### Accessing configuration options

[`var isHidden: Bool`](/documentation/UIKit/UICellAccessory-swift.struct/CheckmarkOptions/isHidden)

A Boolean value that determines whether the cell hides the accessory.

[`var reservedLayoutWidth: UICellAccessory.LayoutDimension`](/documentation/UIKit/UICellAccessory-swift.struct/CheckmarkOptions/reservedLayoutWidth)

The layout width that the system reserves for the accessory, and then centers the accessory within.

[`var tintColor: UIColor?`](/documentation/UIKit/UICellAccessory-swift.struct/CheckmarkOptions/tintColor)

The tint color to apply to the accessory.



---

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)