CheckBoxFieldCreateOptions.Checked

CheckBoxFieldCreateOptions.Checked property

Gets/sets the value to determine whether created CheckboxField is checked or not (if will be set).

public bool? Checked { get; set; }

See Also