Sets the Checked property of the CheckBox to true
Sets the Checked property of the CheckBox to true
public void Check();
Sets the Checked property to the specified value.
public void Check(bool);
CheckBoxTester Class | NUnit.Extensions.Forms Namespace