Property IsChecked
IsChecked
Gets or sets whether a check box is checked (w:checkBox/w:checked).
public bool IsChecked { get; set; }
Property Value
Exceptions
- FormFieldEditException
The preserved markup could not be rewritten, or the field is not a check box.