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
Radio Button Element — CometChat documentation.
RadioButtonElement
string
[OptionElement]
bool
String
let optionElement = OptionElement() optionElement.id = "Male" otionElement.value = "Male" let radioButtonElement = RadioButtonElement() radioButtonElement.elementId = "gender" radioButtonElement.label = "Gender" radioButtonElement.options.append(optionElement)
Was this page helpful?