4 lines
No EOL
236 B
HTML
4 lines
No EOL
236 B
HTML
<div class="form-check">
|
|
<input class="form-check-input" type="checkbox" id="${group}:${key}" name="${group}:${key}" ${checked}>
|
|
<label class="form-check-label" for="${group}:${key}">${label}</label>
|
|
</div> |