GuiCheckBox function

(GuiResult, bool) GuiCheckBox(
  1. RectangleD bounds,
  2. String? text,
  3. bool checked
)

Implementation

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