Forms - Check Boxes
The checkbox object is coded along the same lines as radio buttons, however each checkbox must get its own unique name since the state of 'checked' or 'not checked' will be passed to ASP for each box. Remember that you can set more than one option to be checked. Complete source code provided for the example.
Views: 982 | | by Jason
View this tutorial