You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
443 B

<div class="ui checkbox">
<input type="checkbox" name="fun">
<label>I enjoy having fun</label>
</div>
<div class="ui hidden divider"></div>
<div class="ui slider checkbox">
<input type="checkbox" name="newsletter">
<label>Receive weekly poodle newsletter</label>
</div>
<div class="ui hidden divider"></div>
<div class="ui toggle checkbox">
<input type="checkbox" name="public">
<label>Make my dog's profile public</label>
</div>