Box white - Voir le template
<div class="form-element form-checkbox-box-white">
<label for="box_white">
<input type="checkbox" id="box_white" class="" name="box_white">
<span class="controller">
<span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras vitae eros sit amet leo lobortis cursus...</span>
</span>
</label>
</div>
Time slot - Voir le template
<div class="form-element form-checkbox-timeslot">
<label for="timeslot_1">
<input type="radio" id="timeslot_1" class="" name="timeslot">
<span class="controller">
10:00
</span>
</label>
</div>
<div class="form-element form-checkbox-timeslot">
<label for="timeslot_2">
<input type="radio" id="timeslot_2" class="" name="timeslot">
<span class="controller">
11:00 <span>-15%</span>
</span>
</label>
</div>
<div class="form-element form-checkbox-timeslot disabled">
<label for="timeslot_3">
<input type="radio" id="timeslot_3" class="" name="timeslot" disabled>
<span class="controller">
11:00
</span>
</label>
</div>