xmpp.chapril.org-conversejs/src/templates/form_checkbox.html

3 lines
119 B
HTML
Raw Normal View History

<label class="checkbox" for="{{{name}}}">{{{label}}}<input name="{{{name}}}" type="{{{type}}}" {{{checked}}}></label>