A Windows Forms xref:System.Windows.Forms.CheckBox control is used to give users True/False or Yes/No options. The control displays a check mark when it is selected. Examine the value of the ...
1. Examine the value of the <xref:System.Windows.Forms.CheckBox.Checked%2A> property to determine its state, and use that value to set an option. In the code sample below, when the ...