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