> ## Documentation Index
> Fetch the complete documentation index at: https://cometchat-22654f5b-docs-audit-mechanical-fixes.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Element Entity

> Element Entity — CometChat documentation.

This is the base class for every element possible in the Interactive message component, defined by cometchat

Following are the different elements possible

1. [Label Element](/ui-kit/ios/v4/interactive-label-element) - shows fixed text in an `Interactive message`
2. [TextInput Element](/ui-kit/ios/v4/interactive-textinput-element) - shows a component with the ability to take text input
3. [DropDown Element](/ui-kit/ios/v4/interactive-dropdown-element) - shows a list of options to choose one from
4. [Check Box Element](/ui-kit/ios/v4/interactive-check-box-element) - shows a list of checkboxes, and can select multiple
5. [Radio Button Element](/ui-kit/ios/v4/interactive-radio-button-element) - shows a list of radio buttons, to choose one answer from
6. [Button Element](/ui-kit/ios/v4/interactive-button-element) - shows an interactive button component, that can perform different types of actions defined inside class ActionEntity
