phpOMS/tests/Utils/Parser/Markdown/data/checkbox.html
Dennis Eichhorn 0a8a5c63c5
Some checks failed
Compress images / calibreapp/image-actions (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
fix permissions
2025-04-02 14:15:07 +00:00

4 lines
124 B
HTML

<ul>
<li><input type="checkbox" disabled /> Unchecked</li>
<li><input type="checkbox" checked disabled /> Checked</li>
</ul>