2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-06-15 04:50:49 +00:00

Pretty toggle buttons in modal forms

This commit is contained in:
Oliver Walters
2019-06-18 23:12:13 +10:00
parent 0285d3ee83
commit 3dddb10f5d
2 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<div>
<input field='{{ field }}' class='slidey' type="checkbox" data-onstyle="success" data-size='small' data-toggle="toggle" {% if disabled %}disabled="disabled" {% endif %}{% if state %}checked="checked"{% endif %}>
<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>