Hello,<br><br>I have a table built like this<br><br>html table: [<br>   collection1 do: [ :x | <br>           html tableRow: [ collection2 do: [:y |<br>                 html tableData: [ html checkBox<br>                                                id: #checkBoxName<br>
                                                .....] ] ] ] ]<br><br>What I&#39;d like is to have a different #checkBoxName for each so I can set one depending of the function of the other with a ((html jQuery: #checkBoxNameXY) attributeAt: &#39;checked&#39; put: (html jQuery this attributeAt: &#39;disabled&#39;)) or something like it.<br>
<br>How should I proceed to achieve this?<br><br>Thanks<br>Gilles<br>