Value

CheckBoxForm.Value property

Gets or sets the value of the form field, which represents the state of the checkbox.

public bool Value { get; set; }

See Also