Compose Unstyled 2.0 is out! Check the official announcement blog ->
Compose Component

Switch

Material Design Switch.

Switch social preview

SwitchSample

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

Last updated: