Skip to contents

Check Box control, returns true when active.

Usage

gui_check_box(bounds, text, checked)

Arguments

bounds

A rectangle.

text

A string.

checked

A logical (current value).

Value

A list with result (integer), checked (logical).

Examples

if (FALSE) {
gui_check_box(rectangle(10, 10, 200, 100), "Hello", TRUE)
}