Skip to main content

CheckBox

See the CheckBoxDemo class.

// Draws the first checkbox and updates its state
isCheckedCheckBox1 = Gui.CheckBox(isCheckedCheckBox1);

// Draws the second checkbox and updates its state
Gui.CheckBox(ref isCheckedCheckBox2);