CheckBox.Checked

CheckBox.Checked property

Gets or set a value indicating whether the check box is in the checked state.

public bool Checked { get; set; }

See Also