$('input[type="checkbox"]').on('change', function(e){ if(e.target.checked){ $('#myModal').modal(); } });