[web] Allow clicking on label to change switch state

This commit is contained in:
Alain Nussbaumer 2025-02-20 20:40:25 +01:00
parent 0c9a803b53
commit 222e6ea2d7

View File

@ -10,8 +10,8 @@
/> />
<div class="toggle-switch" /> <div class="toggle-switch" />
</div> </div>
<slot name="label" />
</label> </label>
<slot name="label" />
</div> </div>
<div v-if="$slots.help" class="help mb-4"> <div v-if="$slots.help" class="help mb-4">
<slot name="help" /> <slot name="help" />