GuiCheckBox function
Implementation
(GuiResult result, bool checked) GuiCheckBox(
RectangleD bounds,
String? text,
bool checked,
) => _module.GuiCheckBox(bounds, text, checked);
(GuiResult result, bool checked) GuiCheckBox(
RectangleD bounds,
String? text,
bool checked,
) => _module.GuiCheckBox(bounds, text, checked);