Function raylib_sys::GuiCheckBox[][src]

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