SwitchListItem

fun SwitchListItem(checked: Boolean, text: String, onClick: () -> Unit, modifier: Modifier = Modifier, textColor: Color = LocalContentColor.current, enabled: Boolean = true, leadingIcon: ImageVector? = null, leadingIconTint: Color = LocalContentColor.current)(source)

A toggleable switch list item.