Ahhh..., back to html code yet again. I could still see you at the same place from where you started. Now, let me clarify something first, before I go for helping further on this.
1) Do you want to list all those 66 checkboxes dynamically built from the database or you prefer to have them as static HTML code?
2) Why you say that you cannot change the name of those checkboxes as one, saying they are column names? What is the reason for having them all named differently.
3) Why do you have these three check boxes alone CHECKED? In what way they are different from other check boxes?
Code:
<input TYPE="checkbox" NAME="recordType" VALUE="gn" CHECKED>Genesis</td>
<input TYPE="checkbox" NAME="recordType" VALUE="is" CHECKED>Isaiah</td>
<input TYPE="checkbox" NAME="recordType" VALUE="ro" CHECKED>Romans</td>
_________________________
- Vijay G
Strive for Perfection