]> git.mxchange.org Git - friendica.git/blob - view/theme/frost-mobile/smarty3/field_checkbox.tpl
eaf4c8a0d04f94283dff7ef0c530cb709014a752
[friendica.git] / view / theme / frost-mobile / smarty3 / field_checkbox.tpl
1         
2         <div class='field checkbox' id='div_id_{{$field.0}}'>
3                 <label id='label_id_{{$field.0}}' for='id_{{$field.0}}'>{{$field.1}}</label>
4                 <input type="checkbox" name='{{$field.0}}' id='id_{{$field.0}}' value="1" {{if $field.2}}checked="checked"{{/if}}><br />
5                 <span class='field_help' id='help_id_{{$field.0}}'>{{$field.3}}</span>
6         </div>