pub fn labeled_checkbox(text: &str, name: &str, checked: bool) -> LinearLayout
Expand description
Convenience function that returns a horizontal LinearLayout
that is a named check box with a label
pub fn labeled_checkbox(text: &str, name: &str, checked: bool) -> LinearLayout
Convenience function that returns a horizontal LinearLayout
that is a named check box with a label