---
title: "selectableGroup"
description: "Use this modifier to group a list of [selectable] items like Tabs or RadioButtons together for
accessibility purpose."
type: "modifier"
---

<div class='type'>Compose Modifier</div>

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


```kotlin
fun Modifier.selectableGroup() = this.semantics { selectableGroup() }
```


Use this modifier to group a list of `selectable` items like Tabs or RadioButtons together for
accessibility purpose.



