When you click on text of the content, on any course roadmap (see the attached image for more clarity), then it directly shows the pop up. The idea should be when user clicks on the checkbox then and then only the pop-up should open. That should be the intended purpose of keeping the checkbox there.
But if you keeping the same UX, then add cursor:pointer for that list items to make the user experience smoother just like how you are doing it for checkbox and link icons.
pop up
. The idea should be when user clicks on the checkbox then and then only the pop-up should open. That should be the intended purpose of keeping thecheckbox
there.cursor:pointer
for that list items to make the user experience smoother just like how you are doing it for checkbox and link icons.