Is there a way to check if multiple checkboxes are checked??? C# like this..... if (checkBox1.Checked == true) + (Checkbox2.checked == true){do something...}