---
title: isUnread
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpmessagelistitemleadingconfiguration/isunread
---

# isUnread

A Boolean value that determines whether the message list item displays an unread indicator.

## Declaration

```swift
var isUnread: Bool { get }
```

## Discussion

Discussion Configurations are immutable. To toggle the message list item’s unread indicator, create a new configuration and update the list item’s leadingConfiguration property.

## See Also

### Getting the Configuration’s State

- [leadingImage](carplay/cpmessagelistitemleadingconfiguration/leadingimage.md)
