I want to show in the div which checkboxes were checked
eg
<input id="checkbox1" type="checkbox"><label for="checkbox1">Checkbox 1</label>
<p>you have selected:</p> <div>checkbox 1</div>
the “More than 1” checkbox will appear (37) and I need it so that it can select all the checkboxes
I think the point
thanks
source
share