DynaPDF.GetCheckBoxCharEx
-------------------------

Returns character index of the font ZapfDingbats that is used to display the on state of the check box.

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

MBS( "DynaPDF.GetCheckBoxCharEx"; PDF; Field ) 

**MBS**( **"DynaPDF.GetCheckBoxCharEx";** /\* Returns character index of the font ZapfDingbats that is used to display the on state of the check box. \*/  
**$PDF**; /\* The PDF reference returned from [DynaPDF.New](DynaPDFNew.md). \*/   
**$Field**) /\* The field index or field name.e.g. "FirstName" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| PDF | The PDF reference returned from [DynaPDF.New](DynaPDFNew.md). | $pdf |
| Field | The field index or field name. | "FirstName" |

### Result

Returns number or error.

### Description

Returns character index of the font ZapfDingbats that is used to display the on state of the check box.   
  
See also [GetCheckBoxCharEx](https://www.monkeybreadsoftware.com/DynaPDF-Manual/GetCheckBoxCharEx.shtml) function in DynaPDF manual.

### See also

- [DynaPDF.GetCheckBoxChar](DynaPDFGetCheckBoxChar.md)
- [DynaPDF.New](DynaPDFNew.md)
- [DynaPDF.SetCheckBoxChar](DynaPDFSetCheckBoxChar.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.GetCheckBoxChar](DynaPDFGetCheckBoxChar.md) - [DynaPDF.GetCheckBoxDefState](DynaPDFGetCheckBoxDefState.md)

[HTML Version](DynaPDFGetCheckBoxCharEx.shtml)