Check Box control, returns true when active
int GuiCheckBox(RectangleC bounds, Pointer<Char> text, Pointer<Bool> checked) => _GuiCheckBox(bounds, text, checked);