Sets the character which is used to display the checkbox in the checked state.

<void> CheckFormField.setCheckedCharacter(<String> character, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])

Parameters

Parameter Description
character The character which is used to display the checkbox in the checked state.
callback Optional. Is called when the operation completed.
errorCallback Optional. Is called when the operation failed with an error.