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

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