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

<a id='references'></a>


<h2 id="selectablegroup">selectableGroup</h2>

<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.