Swap the checkbox for a toggle in the item sheet for consistency of UI and help user expectations
This commit is contained in:
parent
b20240699b
commit
9d49a45f0d
2 changed files with 3 additions and 5 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue