ma il fatto che siano messe in righe diverse esteticamente non vuol dire che sono checkbox diverse

esempio

<input type='checkbox' name='tipo1' value= 5 /> <input type='checkbox' name='tipo2' value= 4 />
<input type='checkbox' name='tipo1' value= 2 /> <input type='checkbox' name='tipo2' value= 1 />