pub fn checkbox(
input: &InputState,
ui: &mut UiState,
theme: &UiTheme,
label: &str,
position: Vec2,
checked: &mut bool,
) -> UiInteractionExpand description
Draw a checkbox and return whether it’s checked.
pub fn checkbox(
input: &InputState,
ui: &mut UiState,
theme: &UiTheme,
label: &str,
position: Vec2,
checked: &mut bool,
) -> UiInteractionDraw a checkbox and return whether it’s checked.