Skip to main content

TriStateCheckbox

Function TriStateCheckbox 

Source
pub fn TriStateCheckbox(
    state: TriState,
    on_change: impl Fn(TriState) + 'static,
    config: CheckboxConfig,
) -> View
Expand description

M3 Tri-State Checkbox - cycles through Checked → Indeterminate → Unchecked. Indeterminate shows a dash instead of a checkmark.