Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The version selector is temporarily unavailable. Open any version directly →
iOS
Check Box Element — CometChat documentation.
CheckboxElement
string
[OptionElement]
bool
[String]
let option1 = OptionElement(label: "pool",value: "pool" ), let option2 = OptionElement(label: "gym",value: "gym" ), let option3 = OptionElement(label: "garden",value: "garden" ) let checkBoxElement = CheckBoxElement() checkBoxElement.elementId = "service" checkBoxElement.label = "Select Services" checkBoxElement.defaultValue = ["pool"]//optional checkBoxElement.options = [option1,option2,option3]"
Was this page helpful?