Hello there,
I am trying to define the text value for my checkboxes but I can’t find how to do this. I follow this video to implement my component : Create a checkbox component in WeWeb
I bind my array (from a collection) on the flexbox which contain my checkbox component like this
So when I go in the “text” element to edit it, I can’t bind the material value and I have no access to context.item.data?.[‘material’]
Am I missing something ?
Thanks for your help