pub fn TriStateCheckbox(
state: TriState,
on_change: impl Fn(TriState) + 'static,
config: CheckboxConfig,
) -> ViewExpand description
M3 Tri-State Checkbox - cycles through Checked → Indeterminate → Unchecked. Indeterminate shows a dash instead of a checkmark.