CheckboxFormFieldSignature

CheckboxFormFieldSignature(string)

Creates CheckboxFormFieldSignature with predefined name.

public CheckboxFormFieldSignature(string name)
Parameter Type Description
name String Name of form field object.

See Also


CheckboxFormFieldSignature(string, bool)

Creates CheckboxFormFieldSignature with predefined name and value

public CheckboxFormFieldSignature(string name, bool isChecked)
Parameter Type Description
name String Name of form field object.
isChecked Boolean Value if check box is checked

See Also