pub fn checked_opt(
child: impl IntoUiNode,
checked: impl IntoVar<Option<bool>>,
) -> UiNodeExpand description
P Toggle cycles between Some(true) and Some(false) and accepts None, if the
widget is tristate also sets to None in the toggle cycle.