As per my understanding your
jsp will some what look like this :
checkbox property1 property2 property3 property4 checkbox.
Are you provinding distinct id's to each row so that the row can be differentiated from other row.
Or you can also provide different id's to each property of jsp.
If you are succeded in doing this then all you have to do is.. document.getElementById(unique id).value;
if you get the id then you can disable the other checkbox by setting its value to false.