Hi, here's my current code that displays a popup window for user input.
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:
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.