diff --git a/netbox/templates/django/forms/widgets/checkbox.html b/netbox/templates/django/forms/widgets/checkbox.html
index f769fce96..8a1e1d23a 100644
--- a/netbox/templates/django/forms/widgets/checkbox.html
+++ b/netbox/templates/django/forms/widgets/checkbox.html
@@ -1,7 +1,6 @@
{% comment %}
Include a hidden field of the same name to ensure that unchecked checkboxes
- are always included in the submitted form data. Omit fields names
- _selected_action to avoid breaking the admin UI.
+ are always included in the submitted form data.
{% endcomment %}
-{% if widget.name != '_selected_action' %}{% endif %}
+