You can add more radio buttons by duplicating the blue circles. Important: be sure to arrange the buttons chronologically in the component tree and on the screen so that they are listed top to bottom in the order they were added to the screen.
what do you know! i happened to be working on a radio button selector, too.! may i share my method? i use 2 parallel lists, the first is the original list, and the 2nd is the same list but with a radio button pre-pended to each of the items. the list viewer is associated with the 2nd list and each time an item is clicked, the 2nd list is recreated to reflect the latest item selected. it starts with no selection and in the end one radio button should have been selected.
@manyone Just a little suggestion if you don’t mind - try hiding the listviewer’s arrow, and set the width to ~60%-70%, so it would look more like a radio list
i couldn’t find a radio button that i liked. none of the alt-coded ones seem to work for thunkable - i’m lucky i found these on and off radio buttons that are copy-pastable. the green-on radio button from getEmoji seems too light to me (i’m colorblind) - i would rather have black.
meanwhile, when you get a chance, can you open a new topic siimilar to this but about check boxes? i’ve got my demo working.
i think i wrote that? i wanted to file my demo (another version) for checkboxes but under the checkboxes topic not buried in the radiobutton topic so it’s easier to search
Since none of the earlier demo projects would open I decided to make mine. Here it is. Just put 3 checkboxes on the screen and add blocks as shown. Those checkboxes going to behave as radio buttons then. Surely you may add more checkboxes. Don’t forget to give them unique IDs. See screenshot.