Skip to content

Commit

Permalink
make checkbox labels clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Feb 8, 2024
1 parent 3746e63 commit 167191b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
<%= f.radios :place, 'V ktorých kolách plánujete hlasovať mimo trvalého bydliska?', hint: hint do %>
<div class="govuk-checkboxes__item">
<input class="govuk-checkboxes__input" id="apps_president_vote_app_application_form[place_first_round]" name="apps_president_vote_app_application_form[place_first_round]" type="checkbox" value="sk">
<label class="govuk-label govuk-checkboxes__label" for="place_first_round">V prvom kole 23. marca 2024</label>
<label class="govuk-label govuk-checkboxes__label" for="apps_president_vote_app_application_form[place_first_round]">V prvom kole 23. marca 2024</label>
</div>
<div class="govuk-checkboxes__item govuk-!-margin-bottom-5">
<input class="govuk-checkboxes__input" id="apps_president_vote_app_application_form[place_second_round]" name="apps_president_vote_app_application_form[place_second_round]" type="checkbox" value="sk">
<label class="govuk-label govuk-checkboxes__label" for="place_second_round">V druhom kole 6. apríla 2024</label>
<label class="govuk-label govuk-checkboxes__label" for="apps_president_vote_app_application_form[place_second_round]">V druhom kole 6. apríla 2024</label>
</div>
<%= f.submit 'Pokračovať' %>
<% end %>
Expand Down

0 comments on commit 167191b

Please sign in to comment.