Multi Select From a list

I am using a table and I have Multiselect turned on, but how can I multi-select several items from a table without having to press CTRL or Shift?

I am tryiing to add a checkbox that will mark each selection.

use the datagrid instead, it supports multiselect

https://doc.cuba-platform.com/manual-latest/gui_DataGrid.html

thank you for the response, I am trying the DataGrid, is there a way to make the multiple selections without the need to press CTRL? like a multi-selection toggle?

Thank you, i see what you were saying, thank you for you super quick response!