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

# isEnabled

A Boolean value that indicates whether the button is in an enabled state.

## Declaration

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

## Discussion

Discussion The default value is true.

## See Also

### Managing the Button State

- [isSelected](carplay/cpnowplayingbutton/isselected.md)
