pub fn checked(child: impl IntoUiNode, checked: impl IntoVar<bool>) -> UiNodeExpand description
P Toggle cycles between true and false, updating the variable.
Note that you can read the checked state of the widget using is_checked.
pub fn checked(child: impl IntoUiNode, checked: impl IntoVar<bool>) -> UiNodeP Toggle cycles between true and false, updating the variable.
Note that you can read the checked state of the widget using is_checked.