I am using a pre-built component by WeWeb for a side bar. The important part is I can configure a dynamic array. How can I reset all values to it’s original value with an array?
I want to reset the checkbox values to false. I can do it with JavaScript but this just changes the values and not the UI.
you just need to have an array or an object as variable to save the status of the checkboxes and bind/change the corresponding value in the variable.
It’s similar to other examples about inputs and forms that you can find here in the forum.