<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<div class="container">
<ul>
<li><input type="checkbox" id="cb1" />
<label for="cb1"><img src="https://www.w3schools.com/css/img_fjords.jpg" /></label>
</li>
<li><input type="checkbox" id="cb2" />
<label for="cb2"><img src="https://www.w3schools.com/css/img_fjords.jpg" /></label>
</li>
<li><input type="checkbox" id="cb3" />
<label for="cb3"><img src="https://www.w3schools.com/css/img_fjords.jpg" /></label>
</li>
<li><input type="checkbox" id="cb4" />
<label for="cb4"><img src="https://www.w3schools.com/css/img_fjords.jpg" /></label>
</li>
</ul>
</div>
<button id="btn">Selections</button>