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.
fun Modifier.selectableGroup() = this.semantics { selectableGroup() }
Use this modifier to group a list of selectable items like Tabs or RadioButtons together for accessibility purpose.