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