diff --git a/awx/ui/src/screens/Inventory/shared/InventoryForm.js b/awx/ui/src/screens/Inventory/shared/InventoryForm.js
index 30c166c73d..49c91fa73b 100644
--- a/awx/ui/src/screens/Inventory/shared/InventoryForm.js
+++ b/awx/ui/src/screens/Inventory/shared/InventoryForm.js
@@ -15,7 +15,11 @@ import LabelSelect from 'components/LabelSelect';
import InstanceGroupsLookup from 'components/Lookup/InstanceGroupsLookup';
import OrganizationLookup from 'components/Lookup/OrganizationLookup';
import ContentError from 'components/ContentError';
-import { FormColumnLayout, FormFullWidthLayout } from 'components/FormLayout';
+import {
+ FormColumnLayout,
+ FormFullWidthLayout,
+ FormCheckboxLayout,
+} from 'components/FormLayout';
import getHelpText from './Inventory.helptext';
function InventoryFormFields({ inventory }) {
@@ -74,12 +78,6 @@ function InventoryFormFields({ inventory }) {
}}
fieldName="instanceGroups"
/>
-
+
+
+
+
+