---
title: "selected"
description: "Defines a [Style] to be applied when the component is [StyleState.isSelected] is `true`. The
properties within the provided [value] Style will override or merge with the base style of the
component when a toggle interaction is detected."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalFoundationStyleApi
fun StyleScope.selected(value: Style)
```


Defines a `Style` to be applied when the component is `StyleState.isSelected` is `true`. The
properties within the provided `value` Style will override or merge with the base style of the
component when a toggle interaction is detected.



