ListDialog.GetChecked
---------------------

Queries check state.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [ListDialog](component_ListDialog.md) | [13.5](newinversion135.md) | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |

MBS( "ListDialog.GetChecked"; Index ) 

**MBS**( **"ListDialog.GetChecked";** /\* Queries check state. \*/  
**$Index**) /\* The index from 0 to [ListDialog.ListCount](ListDialogListCount.md)-1. \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| Index | The index from 0 to [ListDialog.ListCount](ListDialogListCount.md)-1. | $index |

### Result

Returns 1, 0 or error.

### Description

Queries check state.  
Returns 1 if checked or 0 if not.  
### See also

- [ListDialog.GetCheckedTags](ListDialogGetCheckedTags.md)
- [ListDialog.GetCheckedTitles](ListDialogGetCheckedTitles.md)
- [ListDialog.ListCount](ListDialogListCount.md)
- [ListDialog.SetChecked](ListDialogSetChecked.md)
- [ListDialog.SetShowCheckboxes](ListDialogSetShowCheckboxes.md)

### Blog Entries

- [New in MBS FileMaker Plugin 13.5](https://www.mbsplugins.de/archive/2023-11-28/New_in_MBS_FileMaker_Plugin_13/monkeybreadsoftware_blog_filemaker)
- [MBS FileMaker Plugin, version 13.5pr4](https://www.mbsplugins.de/archive/2023-10-16/MBS_FileMaker_Plugin_version_1/monkeybreadsoftware_blog_filemaker)

This function is free to use.

Created 14th October 2023 , last changed 14th October 2023

  
[ListDialog.GetCancelButtonValue](ListDialogGetCancelButtonValue.md) - [ListDialog.GetCheckedTags](ListDialogGetCheckedTags.md)

[HTML Version](ListDialogGetChecked.shtml)