GuiCheckBox method

String GuiCheckBox(
  1. RectangleBase<RectangleBase> bounds,
  2. String? text,
  3. bool checked
)

Implementation

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