Sometimes it is necessary to have a checkbox in the first row, in order to do something with the records (delete, update).
In this case we can use the following pieces of code in APEX in order to add some delete logic:
To show the checkbox in APEX report:
htmldb_item.checkbox(1, A.RECIPIENT_LIST_ID) " ",
which looks finally in html source like this:
...