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).