SwitchItem

fun SwitchItem(label: String, modifier: Modifier = Modifier, checked: Boolean = false, onCheckedChange: (Boolean) -> Unit = {})