How to set hasOther:"true" in next questions when i choose Other before.
JavaScript{
name: "page1",
elements: [
{
type: "checkbox",
name: "question18",
isRequired: true,
hasOther: true,
choices: [
"item1",
"item2",
"item3"
],
choicesOrder: "random"
},
{
type: "radiogroup",
name: "question19",
choices: [
"item1",
"item2",
"item3"
]
}
]
}