Hi, here's my current code that displays a popup window for user input.
![aidanweb_0-1690678749857.png aidanweb_0-1690678749857.png](https://community.jmp.com/t5/image/serverpage/image-id/55460iB8982872CEB1ED26/image-size/medium?v=v2&px=400)
I want it so that for Level:, they can choose between two options (each option having a box next to it that the user can tick to select one). What would I have to add to my code to get that? Here's a picture of what I want the "level" user input to look like:
![aidanweb_1-1690678590732.png aidanweb_1-1690678590732.png](https://community.jmp.com/t5/image/serverpage/image-id/55458iF0024305F91FDF11/image-size/medium?v=v2&px=400)
Where the user can select one or the other before clicking "Save." Then, store "THIS" or "THAT" as a string depending on their selection. Thanks!
Note: If a dropdown menu is easier, that would work too.