Function zng_wgt_access::checked
source · pub fn checked(
child: impl UiNode,
checked: impl IntoVar<Option<bool>>
) -> impl UiNodeExpand description
P If the widget is checked (Some(true)), unchecked (Some(false)), or if the checked status is indeterminate (None).