+
+
+
+
{% block pre_content %}
diff --git a/InvenTree/templates/js/translated/forms.js b/InvenTree/templates/js/translated/forms.js
index 2a71b2f4c5..535a6f316b 100644
--- a/InvenTree/templates/js/translated/forms.js
+++ b/InvenTree/templates/js/translated/forms.js
@@ -2024,6 +2024,8 @@ function constructHiddenInput(name, parameters) {
// Construct a "checkbox" input
function constructCheckboxInput(name, parameters) {
+ var todo = "refactor this with the new bootstrap slide-toggle thingy";
+
return constructInputOptions(
name,
'form-check-input',