How to show a bootstrap modal pop-up on click of a check-box?I have a requirement in a view page to display a bootstrap modal pop-up where a list of records displayed in table from database. On click of single record, pop-up screen should be closed and the details of the selected record should be displayed in the parent view page.
Can anyone help on this with practical example?