CheckBox.Value

CheckBox.Value property

Indicates if the checkbox is checked or not.

public bool Value { get; set; }

See Also