Tapping on does not auto-focus linked in Mobile Safari but If an empty function as clickhandler is defined like this
document.getElem
My name for my checkbox extra informations below
To enable the tap on iOS everywhere on the label tag, you need to add to its direct children (expect input), pointer-events: none;
.name-checkbox, .some-info { pointer-events: none; }