mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
3 lines
282 B
HTML
3 lines
282 B
HTML
<div>
|
|
<input fieldname='{{ field }}' class='slidey' type="checkbox" data-offstyle='warning' data-onstyle="success" data-size='small' data-toggle="toggle" {% if disabled or not roles.part.change %}disabled {% endif %}{% if state %}checked=""{% endif %} autocomplete="off">
|
|
</div> |