selectableGroup
Source set: 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.
Use this modifier to group a list of selectable items like Tabs or RadioButtons together for accessibility purpose.
Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
fun Modifier.selectableGroup() = this.semantics { selectableGroup() }
Use this modifier to group a list of selectable items like Tabs or RadioButtons together for accessibility purpose.
Last updated: