updated README.md with checkbox field options

This commit is contained in:
2025-04-07 14:51:05 -04:00
parent eb9a292586
commit 81ddac90d1
2 changed files with 31 additions and 7 deletions

View File

@ -62,7 +62,7 @@
<label for="checkbox-1">Checkbox 1</label>
</span>
<span class="form-group__item">
<input data-validation='{"optional": false}' id="checkbox-2" type="checkbox" name="checks">
<input id="checkbox-2" type="checkbox" name="checks">
<label for="checkbox-2">Checkbox 2</label>
</span>
<span class="form-group__item">