Swap the checkbox for a toggle in the item sheet for consistency of UI and help user expectations

This commit is contained in:
Oliver 2026-03-29 01:04:30 -06:00
parent b20240699b
commit 9d49a45f0d
2 changed files with 3 additions and 5 deletions

View file

@ -27,13 +27,11 @@
<label for="{{meta.idp}}-equipped">
{{localize "taf.misc.item.equipped"}}
</label>
<input
type="checkbox"
<taf-toggle
id="{{meta.idp}}-equipped"
name="system.equipped"
{{checked system.equipped}}
{{disabled (not meta.editable)}}
>
></taf-toggle>
</div>
<div class="bordered description">
{{#if meta.editable}}