InvenTree/InvenTree/templates/slide.html

3 lines
252 B
HTML
Raw Normal View History

2019-06-18 08:49:52 +00:00
<div>
2019-06-18 13:12:13 +00:00
<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 %}>
2019-06-18 08:49:52 +00:00
</div>