DynaPDF.SetCheckBoxChar
-----------------------

Sets the character which should be used for newly created check boxes.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [DynaPDF](component_DynaPDF.md) | [4.4](newinversion44.md) | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |

MBS( "DynaPDF.SetCheckBoxChar"; PDF; CheckBoxChar ) 

**MBS**( **"DynaPDF.SetCheckBoxChar";** /\* Sets the character which should be used for newly created check boxes. \*/  
**$PDF**; /\* The PDF reference returned from [DynaPDF.New](DynaPDFNew.md). \*/   
**$CheckBoxChar**) /\* The checkbox char to use: Check, Circle, Cross1, Cross2, Cross3, Cross4, Diamond, Square or Star.e.g. "check" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| PDF | The PDF reference returned from [DynaPDF.New](DynaPDFNew.md). | $pdf |
| CheckBoxChar | The checkbox char to use: Check, Circle, Cross1, Cross2, Cross3, Cross4, Diamond, Square or Star. | "check" |

### Result

Returns OK or error.

### Description

Sets the character which should be used for newly created check boxes.  
Default is Check.  
See also [SetCheckBoxChar](https://www.monkeybreadsoftware.com/DynaPDF-Manual/SetCheckBoxChar.shtml) function in DynaPDF manual.

### See also

- [DynaPDF.CreateCheckBox](DynaPDFCreateCheckBox.md)
- [DynaPDF.CreateRadioButton](DynaPDFCreateRadioButton.md)
- [DynaPDF.GetCheckBoxChar](DynaPDFGetCheckBoxChar.md)
- [DynaPDF.GetCheckBoxCharEx](DynaPDFGetCheckBoxCharEx.md)
- [DynaPDF.New](DynaPDFNew.md)
- [DynaPDF.SetCheckBoxState](DynaPDFSetCheckBoxState.md)

### Blog Entries

- [MBS Filemaker Plugin, version 4.4pr10](https://www.mbsplugins.de/archive/2014-11-08/MBS_Filemaker_Plugin_version_4/monkeybreadsoftware_blog_filemaker)

This function checks for a license.

Created 5th November 2014 , last changed 5th November 2014

  
[DynaPDF.SetCharacterSpacing](DynaPDFSetCharacterSpacing.md) - [DynaPDF.SetCheckBoxDefState](DynaPDFSetCheckBoxDefState.md)

[HTML Version](DynaPDFSetCheckBoxChar.shtml)