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.
Use this modifier to group a list of selectable items like Tabs or RadioButtons together for accessibility purpose.
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.