pub fn ui_switch(id: u32, x: f32, y: f32, label: &str, initial: bool) -> bool
Render a pill-shaped on/off toggle. Returns the current checked state.
initial sets the value the first time this ID is seen.
initial