GuiCheckBox abstract method
Check Box control, returns true when active
Implementation
(int result, bool checked) GuiCheckBox(
RectangleStructType bounds,
String? text,
bool checked,
);
Check Box control, returns true when active
(int result, bool checked) GuiCheckBox(
RectangleStructType bounds,
String? text,
bool checked,
);