New to Telerik Document ProcessingStart a free 30-day trial

Configures a structured document tag as an interactive check box with customizable checked and unchecked character glyphs.

Definition

Constructors

Initializes a new instance of the CheckBoxProperties class.

C#
public CheckBoxProperties()

Properties

Gets or sets whether the check box is in a checked state, determining which glyph and font are displayed.

C#
public bool? Checked { get; set; }

Gets or sets the character code and font used to render the check box when it is checked.

C#
public SdtCheckBoxState CheckedState { get; set; }

Gets or sets the character code and font used to render the check box when it is unchecked.

C#
public SdtCheckBoxState UncheckedState { get; set; }