Switch

fun Switch(checked: Boolean, onCheckedChange: (Boolean) -> Unit = {}, modifier: Modifier = Modifier, enabled: Boolean = true)