Gets or set a value indicating whether the CheckBox.Checked or CheckBox.CheckState values and the System.Windows.Forms.CheckBox's appearance are automatically changed when the System.Windows.Forms.CheckBox is clicked.
Documentation for this section has not yet been entered.
If CheckBox.AutoCheck is set to false, you will need to add code to update the CheckBox.Checked or CheckBox.CheckState values in the Control.Click event handler.