<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<button onclick="checkAll()">
Accept ALL
</button>
<button onclick="uncheckAll()">
Reject ALL
</button>
<div class="modal-body">
<div class="container-fluid">
<div>
<div class="row">
<div class="col-md-10">
<h2>Essential</h2>
<p class="gdpr_justify">
These cookies ensure that our website performs as expected,
for example website traffic load is balanced across our servers to prevent our website from
crashing during particularly high usage.
</p>
</div>
<div class="col-md-2">
<label class="switch">
<input type="checkbox" class="check" checked>
<span class="slider round"></span>
</label>
</div>
</div>
<div class="row">
<div class="col-md-10">
<h2>Non-Essential</h2>
<h4>Functional</h4>
<p class="gdpr_justify">
These cookies allow our website to remember choices you make (such as your user name,
language or the region you are in) and provide enhanced features. These cookies do not gather any information about you that could be used for advertising or remember where you have been on the internet.
</p>
</div>
<div class="col-md-2">
<label class="switch">
<input type="checkbox" class="check" disabled>
<span class="slider round"></span>
</label>
</div>
</div>
<div class="row">
<div class="col-md-10">
<h4>Marketing</h4>
<p class="gdpr_justify">
These cookies ensure that our website performs as expected,
for example website traffic load is balanced across our servers to prevent our website from c
rashing during particularly high usage.
</p>
...