CheckBox.SetBoolean
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Checkbox.Value as a replacement. |
Method
Sets the Checkbox to the passed Boolean value.
Example
This example is in the Action event of Checkbox2. It causes Checkbox1 to display the same value as Checkbox2. When Checkbox2 is clicked, Checkbox1 changes its value to be in sync.
CheckBox1.SetBoolean(Me.Value)