Checked Property (CheckBox)
Gets or sets a value indicating the state of the checkbox.
public bool Checked {get; set;}
'Declaration
Public Property Checked As Boolean
Property Value
Boolean. True if the check box is in the checked state; otherwise, False. The default value is False.