promptRadiobox("{{applicationName}}", {{langCode || 'undefined'}}, "{{control.id}}", "{{control.config.name}}", "{{control.config.checkedImage || ''}}", {{control.config.x}}, {{control.config.y}}, {{control.config.width || 0}}, {{control.config.height || 0}}, "{{control.config.text || ''}}", {{control.config.checked && control.config.checked.charAt(0) === '$' ? "variableGet('" + control.config.checked.substring(1) + "')" : control.config.checked || false}}, '{{control.config.varText | newLineReplacer}}', {{(control.textUpdateDynamically || control.textUpdateDynamically === undefined) ? true : false}});