Problem to define text value for multiple checkboxes

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 :wink:

Found the solution !

It needs to add a flexbox which contains both checkbox and text element. So here how to process :

  • 1st add a flexbox and bind the array from the collection

  • 2cd just add another flexbox

  • 3rd finally bind your item.data.“your data”