pub static TOGGLE_CMD: CommandExpand description
Represents the toggle action.
ยงHandlers
-
checked: The property toggles for no param and or sets to theboolparam or to theOption<bool>param coercingNonetofalse. -
checked_opt: The property cycles or toggles depending ontristatefor no params, otherwise it sets theboolorOption<bool>param. -
value: The property toggles select/unselect the value for no params, otherwise it selects the value for paramtrueorSome(true)and deselects the value for paramfalseorNone::<bool>. Note that you can also use theSELECT_CMDfor value.