Sets the value to be saved when the checkbox is checked. Must be convertible to the property type. Defaults to true (bool), 1 (numeric types) or "on" (string).

public object CheckedValue { get; set; }
Type:
object
In this article