pub fn checked( child: impl IntoUiNode, checked: impl IntoVar<Option<bool>>, ) -> 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