> For the complete documentation index, see [llms.txt](https://docs.qatts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qatts.com/automation/objects/ui-element/multi-elements.md).

# Multi Elements

Multi Elements

Multi Element with Values

| Prop Name         | Prop Desc                                                                                          | Prop Rules                                                                                          |
| ----------------- | -------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
| clearBeforeSelect | Before selecting items based on selection, all check boxes will be unselected if they are selected | <p>Boolean (true/false)<br>Default is false<br>Only applicable if multiElementType is check box</p> |
| multiElementType  | Type if item that we are dealing with multi selection                                              | checkbox/select                                                                                     |
| groupItemsLocator | Locator to find all the items in the group                                                         | Only xpath locator is supported                                                                     |
| singleItemLocator | Locator to identify single item in the group. To pass item value use ${ItemName} in the locator    |                                                                                                     |
