Sets the character which is used to display the checkbox in the checked state.
<void> CheckFormField.setCheckedCharacter(<String> character, [<EmptyRequestCallback> callback], [<ErrorCallback> errorCallback])
Parameter | Description |
---|---|
character | The character which is used to display the checkbox in the checked state. |
callback | Optional. Is called when the operation completed. |
error |
Optional. Is called when the operation failed with an error. |