1 <input type="checkbox" name="<?= $html_field_name ; ?>"
2 <?php if (isset($html_field_id)): ?>
3 id="<?= $html_field_id ; ?>"
5 if (isset($checked) && $checked): ?>
8 if (isset($onclick) && $onclick): ?>
11 <label <?php if (isset($html_field_id)): ?>
12 for="<?= $html_field_id ; endif ; ?>"><?= $label ; ?></label>