| 
IParagraph
AppendCheckBox Method (String, Boolean)
  | 
 Appends the check box.
 Namespace:
 Spire.Doc.Interface
 Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
 Syntax
Syntax
 
 
CheckBoxFormField AppendCheckBox(
	string checkBoxName,
	bool defaultCheckBoxValue
)
 
Function AppendCheckBox ( 
	checkBoxName As String,
	defaultCheckBoxValue As Boolean
) As CheckBoxFormField
 
CheckBoxFormField^ AppendCheckBox(
	String^ checkBoxName, 
	bool defaultCheckBoxValue
)
 
abstract AppendCheckBox : 
checkBoxName : string * 
defaultCheckBoxValue : bool -> CheckBoxFormField 
 
 
 
Parameters
 
- 
checkBoxName
 
- 
 Type:
 
System
String
 
 Name of the check box.
- 
defaultCheckBoxValue
 
- 
 Type:
 
System
Boolean
 
 Default checkbox value.
Return Value
 
 Type:
 
CheckBoxFormField
 
 
 See Also
See Also