SettingSwitchRow

fun SettingSwitchRow(label: String, checked: Boolean, onChecked: (Boolean) -> Unit, modifier: Modifier = Modifier, subtitle: String? = null)

List row with a label, optional subtitle and a trailing toggle Switch.