I am looking for a way to prevent the click event on the checkbox from triggering the parent click event that opens a modal.
Check out this gif demonstrating the issue: https://gyazo.com/856a84242349609f4506095de33ee1df
Let me explain further what's happening here - the table rows can be clicked to open a modal with more information about the selected row. Additionally, there is a checkbox in each row that also has a click event, and I want to ensure that clicking the checkbox does not trigger the modal opening click event for the row.