1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-07 07:48:26 +00:00
friendica-github/view/field_checkbox.tpl

6 lines
239 B
Smarty
Executable file

<div class='field checkbox'>
<label for='id_$field.0'>$field.1</label>
<input type="checkbox" name='$field.0' id='id_$field.0' value="1" {{ if $field.2 }}checked="true"{{ endif }}>
<span class='field_help'>$field.3</span>
</div>