I have a form with three labels. How can I select all labels by checkbox?
<div class="row">
<div class="small-11 small-centered columns">
<form>
<fieldset>
<legend><h4>Форми участі</h4></legend>
<label>
Секція
<input type="text" placeholder="введіть текст">
</label>
<label>
Назва доповіді
<input type="text" placeholder="введіть текст">
</label>
<label>
Необхідні технічні засоби
<input type="text" placeholder="введіть текст">
</label>
</fieldset>
</form>
</div>
</div>
something like this https://i.stack.imgur.com/nc8WD.png. If it checked that will pick out all options.