pub fn get_checkbox_option(root: &mut Cursive, name: &str) -> bool
Expand description
Convenience function that return the state of a named check box
Returns false if the checkbox is not checked or the checkbox with the specified name does not exist