<div class="input-group">
<label for="">Type de chauffage</label>
<ul>
<li>
<input type="checkbox" class="checkbox" name="checkbox0" id="checkbox0"><label class="font-primary" for="checkbox0">Chaudière individuelle à haute performance énergétique</label>
</li>
<li>
<input type="checkbox" class="checkbox" name="checkbox1" id="checkbox1"><label class="font-primary" for="checkbox1">Chaudière biomasse individuelle</label>
</li>
</ul>
</div>
<div class="input-group">
{{#if checkbox.label}}<label for="{{../name}}">{{checkbox.label}}</label>{{/if}}
<ul>
{{#each checkbox.datas}}
<li>
<input type="checkbox" class="checkbox" name="{{../checkbox.name}}{{@key}}" id="{{../checkbox.name}}{{@key}}"><label class="font-primary" for="{{../checkbox.name}}{{@key}}">{{label}}</label>
</li>
{{/each}}
</ul>
</div>
{
"checkbox": {
"name": "checkbox",
"datas": [
{
"label": "Chaudière individuelle à haute performance énergétique",
"image": "/illustrations/garage.png"
},
{
"label": "Chaudière biomasse individuelle",
"image": "/illustrations/garage.png"
}
],
"label": "Type de chauffage"
}
}
There are no notes for this item.