tims-todo/application/views/task/ajax_checklist.php

5 lines
221 B
PHP
Executable File

<li>
<input type="checkbox" name="checklist[]" value="<?= $id ?>" id="check_<?= $id?>" <?= ($is_checked == 1) ? 'checked="checked"' : '' ?> />
&nbsp;&nbsp;<label for="check_<?= $id ?>"><?= $description ?></label>
</li>