Creating radio buttons in prompt

Hi, I required specific option to be entered by user for which I need input of predefined options to be selected by him like in Radio buttons which receives single option.

Is it possible using excecute script sandboxed?

In prompt command radio button is not allowed but you can add the choice in tezt before the “@”

Example:
[Choice1] [Choice2]@Choice1

you can try this

{
“Command”: “prompt”,
“Target”: “enter number \n 1 -…\n 2- …”,
“Value”: “Choice”,
“Description”: “”
}

now use JavaScript Select statement to set the variable text