Sets a value indicating whether the checkbox is in the checked state.

<void> CheckFormField.setChecked(<Boolean> isChecked, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
isChecked A value indicating whether the checkbox is in the checked state.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.