How to check all the items of a list

I have a list with a formula based on a column of a view. This way, my list contains a checkbox for each users. What I’m trying to do is make another checkbox “Select All” that will go through my list and check all value in it. My problem is to set the value “checked” for a list value. Anyone can help with this ?

Thanks, Frank

Subject: How to check all the items of a list

Have a button that gets gets all does the same db colulumn as the checklist ie

tmp := @dbcolum(blah blah);

Checlist := tmp

I think thats what you want.

Subject: RE: How to check all the items of a list

Thanks a lot