Check mark on grid to filter user's chosen records

I would like the grid user to be able to click a checkbox on a grid so she can then scroll through the grid, check desired records, and the view those she has checked, clear the checks, and repeat. Any thoughts much appreciated. Thanks in advance!

well if i understand your question. I have had the same request from users. I did the following.

made a field with a bootstrap button called INFO
made a link to the details of that record in another grid
made the link open a new tab in the browser and use a close button in the detail grid

this way a user can open as much detail info he wan’t

Thank you. I’ll think about it. Best, Lyle

‘use a close button’ ? Is that custom close button? SC default Exit/Cancel buttons are not visible if I opened a form in a tab.