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);
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);