Settings Item Switch
fun SettingsItemSwitch(checked: Boolean, text: String, textColor: Color = LocalContentColor.current, enabled: Boolean = true, leadingIcon: ImageVector? = null, leadingIconTint: Color = LocalContentColor.current, onClick: () -> Unit)
A toggleable settings switch item.