pub fn checkbox(checked: impl Fn() -> bool + 'static) -> ValueContainer<bool>Expand description
Renders a checkbox the provided checked signal. See also Checkbox::new and Checkbox::new_rw.
pub fn checkbox(checked: impl Fn() -> bool + 'static) -> ValueContainer<bool>Renders a checkbox the provided checked signal. See also Checkbox::new and Checkbox::new_rw.