On https://www.os4w.org/sign_up all of the checkboxes have an ID that are prepended with the model name, but their associated labels don't. Here's an example (subscribe_me vs user_subscribe_me):
<label class="checkbox" for="subscribe_me">
<input class="checkbox" value="1" type="checkbox" name="user[subscribe_me]" id="user_subscribe_me">
Subscribe to our mailing list
</label>
I had a look in the view template to see if I could open a PR, but I don't really understand how the helper works for the checkboxes, so wasn't able to correct it without changing the markup/layout 😉
On https://www.os4w.org/sign_up all of the checkboxes have an ID that are prepended with the model name, but their associated labels don't. Here's an example (
subscribe_me
vsuser_subscribe_me
):I had a look in the view template to see if I could open a PR, but I don't really understand how the helper works for the checkboxes, so wasn't able to correct it without changing the markup/layout 😉