[][src]Function raylib_sys::GuiCheckBox

pub unsafe extern "C" fn GuiCheckBox(
    bounds: Rectangle,
    text: *const c_char,
    checked: bool
) -> bool