In your comment you mentioned: «Implemented the "configTable" tags & set "allRowsEditable = "TRUE"", the view is editable now… Disabled the search result attributes from GET_I_* methods.».
Can you clarify, please, does these actions allow to you to edit the content of each row from the table, for example, to set checkbox near each of the row?
Basically, there is ability to enable multiple rows selection in table via setting up « selectionMode = "MULTILINEEDIT" » attribute of chtmlb:configTable tag inside of BSP-page. When you add this attribute you'll see a blue square at the row beginning. So, there is no need to add additional checkbox.
So, could you, please, specify where exactly and how exactly did you add the checkbox?
Thanks.