Adds a new Check
<void> FormFieldCollection.addCheckFormField(<boolean> isChecked, [<RequestCheckFormFieldCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
is |
Specifies whether the checkbox is initially checked or unchecked. When this parameter is true, it is checked. |
callback | Optional. Receives the added Check |
error |
Optional. Is called when the operation failed with an error. |