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