Sets a value indicating whether the checkbox is in the checked state.
<void> CheckFormField.setChecked(<Boolean> isChecked, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
is |
A value indicating whether the checkbox is in the checked state. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |