YAML-Formular Checkbox


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <div class="type-check">
  2. <input type="checkbox" name="newsletter" id="newsletter" />
  3. <label for="newsletter">Sign me up for your newsletter</label>
  4. </div>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.