🌈 Create new beautiful Compose Gradients with our new wesite ->
Compose Component

Switch

Material Design Switch.

SwitchSample

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

Content updated: