SettingsSelectableListItem
fun SettingsSelectableListItem(label: String, selected: Boolean, onClick: () -> Unit, theme: NavigationSettingsTheme, subtitle: String? = null, onDeleteClick: () -> Unit? = null)
List row with a selection checkmark, optional subtitle, and a trailing slot for action buttons.
Parameters
label
Primary text.
selected
Whether this item is currently selected.
onClick
Called when the user taps the row.
theme
Color and typography tokens.
subtitle
Secondary text shown below label, or null to hide.
onDeleteClick
Trailing delete action, or null to hide the delete button.