Select Cards in a List / Selected State

Hi there,

Is it possible to select some cards or objects in a list? For instance, having a Screen that asks User to Select 3 Items to Add to the Cart? You would click on the Cards to Select them.

Basically, being able to change the state of the Card or Object to a Selected State.

Thank you :slight_smile:

1 Like

Yes, using the “toggle” component. You would also have to create a true/false field in the database to correspond to it.

Thank you! Would I be able to use the Toggle to change the Cards appearance? For instance, when clicked, change to a Green Border Card?

Yes, you would change it’s visibility settings to “visible if” > toggle 1 > is True