Can you add a radio button to a custom list?

I have a Custom List which is connected to an External Collection, brought in via Xano.

I want the user to be able to select an item from the list and use the Update Custom Action to update the table via an UPDATE method that sends a request to the Xano endpoint.

My question
What components and approach do I need to use to be able to select an item from a custom list? Is it possible to use radio buttons as selection options

You can set an action (in your case “update”) on any component of a list or even the whole list item. Using a radio button isn’t quite right from a UI point of view as they are normally used to select options from a list of similar choices. Is that the experience you want your users to have?

You can set an action (in your case “update”) on any component of a list or even the whole list item.

Correct, I don’t know why I didn’t think of this before

Using a radio button isn’t quite right from a UI point of view as they are normally used to select options from a list of similar choices

Well this is a list of communities.

Community A
Community B
Community C

Is this not a valid use case for radio buttons in your opinion?

Well this is a list of communities.

No- thats a totally valid use case :slightly_smiling_face:

1 Like

I didn’t find any list components to solve this. I ended up just using a drop-down component.

I tried making a custom radio list but needed a way to set all items disabled or create a variable that made only one selection possible.

There’s a radio button component I found but I think it was a paid component and didn’t look like it supported multi line text or any type of styling.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.