How to send checkbox ids to modal pop up using stimulus js?
I have got list of items with checkbox on the left side of each row having id of that particular row. How can I send the ids of items to the modal
using stimulus js so that I can display brief details of selected items inside modal?