Compose Modifier

selectableGroup

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

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

selectableGroup

Common
fun Modifier.selectableGroup() = this.semantics { selectableGroup() }

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