checkbox

Function checkbox 

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