<table width="75%" border="1">
<tr>
<td><input type="checkbox" name="checkbox" value="checkbox">
Primer Nombre</td>
<td><input type="checkbox" name="checkbox8" value="checkbox">
Celular</td>
</tr>
<tr>
<td><input type="checkbox" name="checkbox3" value="checkbox">
Primer Apellido</td>
<td><input type="checkbox" name="checkbox10" value="checkbox">
Area</td>
</tr>
<tr>
<td><input type="checkbox" name="checkbox5" value="checkbox">
Rut </td>
<td><input type="checkbox" name="checkbox12" value="checkbox">
Nº Horas contratadas</td>
</tr>
.....
</table>

