We just launched Compose Examples featuring over 150+ components! Check it out →

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-alpha01")
}

Overloads

@Stable
fun Modifier.selectableGroup()
by @alexstyl