Click or drag to resize

Paragraph AppendCheckBox Method (String, Boolean)

Appends the check box.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public CheckBoxFormField AppendCheckBox(
	string checkBoxName,
	bool defaultCheckBoxValue
)

Parameters

checkBoxName
Type: System String
Name of the check box.
defaultCheckBoxValue
Type: System Boolean
Default checkbox value

Return Value

Type: CheckBoxFormField

Implements

IParagraph AppendCheckBox(String, Boolean)
See Also