pub fn get_checkbox_option(root: &mut Cursive, name: &str) -> bool
Expand description

Convenience function that return the state of a named check box

true: the box is checked

false: of course it isn’t checked!