Composables UI is out: our new component library for Compose Multiplatform ->
Compose Component

Switch

Material Design Switch.

Switch social preview

SwitchSample

@Composable
fun SwitchSample() {
    Switch(checked = true, onCheckedChange = {})
}

Last updated: