pub fn ui_checkbox(id: u32, x: f32, y: f32, label: &str, initial: bool) -> bool
Render a checkbox. Returns the current checked state.
initial sets the value the first time this ID is seen.
initial