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

Switch

Material Design Switch.

Switch social preview

SwitchSample

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