GuiCheckBox method

int GuiCheckBox(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Bool> checked
)

Check Box control, returns true when active

Implementation

int GuiCheckBox(RectangleC bounds, Pointer<Char> text, Pointer<Bool> checked)
  => _GuiCheckBox(bounds, text, checked);