GuiCheckBox abstract method

(int, bool) GuiCheckBox(
  1. RectangleStructType bounds,
  2. String? text,
  3. bool checked
)

Implementation

(int result, bool checked) GuiCheckBox(
  RectangleStructType bounds,
  String? text,
  bool checked,
);