---
title: isEnabled
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cplistimagerowitemelement/isenabled
---

# isEnabled

A Boolean value indicating whether the list element is enabled.

## Declaration

```swift
var isEnabled: Bool { get set }
```

## Discussion

Discussion Set the value of this property to @c YES to enable the list element or @c NO to disable it. The default value of this property is @c YES.
