Hi, how to bind input checkbox (multiple values) on a page with App Connect ?
Hello,
What exactly are you trying to achieve?
This is an example that I have used
The values for ‘uitrusting’ are obtained from a database
This is what it looks like when rendered
And this is the update action
2 Likes
I have two things to do, but let’s start with the first one. I have a detail page in which I have to display the different options (of colors for example) available for an product. The values for theses options are saved as “SET” field types in the db. How can I display them on the details page using AppConnect?