[][src]Function raylib::ffi::GuiCheckBox

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