SettingsCheckmark
fun SettingsCheckmark(label: String, checked: Boolean, onCheckedChange: (Boolean) -> Unit, theme: NavigationSettingsTheme, enabled: Boolean = true)
Label + animated checkmark row for a binary setting.
Typically used as a child item inside a SettingsMasterToggle group.
Parameters
label
Descriptive text shown next to the checkmark.
checked
Whether the checkmark is visible.
onCheckedChange
Called when the user taps the row.
theme
Color and typography tokens.
enabled
When false the row is visually dimmed and not interactive.