Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save takahirohonda/31efa97d2cedcac744476edb7ef67368 to your computer and use it in GitHub Desktop.
Save takahirohonda/31efa97d2cedcac744476edb7ef67368 to your computer and use it in GitHub Desktop.
accessibility-form-tips-4-checkbox.html
<fieldset class="input-field" tabindex=0>
<legend class="checkbox-title">
Subscribe to our news letter
</legend>
<div class="checkbox-group">
<input type="checkbox" class="checkbox-input"
id="subscribe" name="subscribe" tabindex=0/>
<label class="radio-label" for="subscribe">
Subscribe
</label>
</div>
</fieldset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment