That screenshot was a mockup because I was posting from home and didn't have access to my code. Here's my code:
Code:
<form action="updatemm_select.asp" method="get">
<table >
<td><input name="toggle_maint" type="checkbox" value="<% = objid %>">
</td>
</tr>
<%rsqdb.MoveNext%>
<%loop%>
<tr>
<td align=center colspan=6>
<input type="submit" value="Toggle Maint Mode" name="Maint">
</td>
</tr>
</table>