GuiCheckBox method
Implementation
String GuiCheckBox(
RectangleBase bounds,
String? text,
bool checked,
) => 'GuiCheckBox($bounds, $text, $checked)';
String GuiCheckBox(
RectangleBase bounds,
String? text,
bool checked,
) => 'GuiCheckBox($bounds, $text, $checked)';