100-recruitment-ui-fixes #101

Merged
Ajdj100 merged 6 commits from 100-recruitment-ui-fixes into main 2025-12-15 12:34:31 -06:00
Showing only changes of commit 4670b568a5 - Show all commits

View File

@@ -174,7 +174,7 @@ watch(() => showCoC.value, async () => {
<FormLabel>Have you ever served in the military?</FormLabel>
<FormControl>
<div class="flex items-center gap-2">
<Checkbox :checked="value ?? false" @update:checked="handleChange" :disabled="readOnly" />
<Checkbox :model-value="value" @update:model-value="handleChange" :disabled="readOnly" />
<span>Yes (checked) / No (unchecked)</span>
</div>
</FormControl>