I want to create dynamic checkboxes on my form to accommodate the addition of a new client without having to change code. The problem I'm having is that after I programmatically create 7 checkboxes in the form init method, including one that will process all the clients, I don't know where to put the 'CLICK' method code for each checkbox. For instance, when the 'ALL' checkbox is clicked how would I set all the individual checkboxes?