Checkbox in HTML table widget

Hello,

I have created a html table widget with some checkbox on it. The problem is that I cant access to the checkbox with my variable created in the process.
I want to identify each checkbox in the table by a variable.
Which approach should be adopted to do this?

Sylvain

Hi,
You need to use javascript to know which checkbox is checked.
I also use a hidden field where I store the list of checkbox using javascript.
Like this I can use this hidden field in Bonita.

How do you add check boxes inside the table ?

Could you help with this code ?