On the bootstrap CSS guide, there are numerous examples like this:
  <div class="checkbox">
    <label>
      <input type="checkbox"> Check me out
    </label>
  </div>
Is it just me or is that input tag not closed? It's definitely not a typo - they seemingly never close input tags. What would be the reason to consistently do this?