selectableGroup
Common
Modifier in Compose Foundation
Use this modifier to group a list of [selectable] items like Tabs or RadioButtons together for accessibility purpose.
Last updated:
Installation
dependencies {
implementation("androidx.compose.foundation:foundation:1.8.0-alpha04")
}
Overloads
@Stable
fun Modifier.selectableGroup()