pub fn toolbar_toggle<M>(
id: impl Into<String>,
label: impl IntoText<M>,
on: Signal<bool>,
) -> ToolbarEntryExpand description
A two-state button bound to on: the user flipping it writes the signal, and writing the
signal restyles the button.