Static zng_wgt_toggle::IS_TRISTATE_VAR
source ยท pub static IS_TRISTATE_VAR: ContextVar<bool>
Expand description
If toggle button cycles between None
, Some(false)
and Some(true)
on click.
pub static IS_TRISTATE_VAR: ContextVar<bool>
If toggle button cycles between None
, Some(false)
and Some(true)
on click.