radio forma checked per default

This commit is contained in:
nicola 2022-10-06 14:55:43 +02:00
parent 1c64ddcfda
commit fe298b3213
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@
name="lemma_forma"> <label for="lemma" class="lh-copy">Lemma</label>
</div>
<div class="flex items-center mb0">
<input class="mr2 f6" type="radio" id="forma" value="forma"
name="lemma_forma"> <label for="forma" class="lh-copy">Forma</label>
<input class="mr2 f6" type="radio" id="forma" checked="checked" value="forma"
name="lemma_forma"> <label for="forma" class="lh-copy">Forma</label>
</div>
</fieldset>
</div>