Table of Contents

Property IsChecked

Namespace
DocWright.Dom.Forms
Assembly
DocWright.Dom.dll

IsChecked

Gets or sets whether a check box is checked (w:checkBox/w:checked).

public bool IsChecked { get; set; }

Property Value

bool

Exceptions

FormFieldEditException

The preserved markup could not be rewritten, or the field is not a check box.