diff --git a/web/pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.js b/web/pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.js
index fb0624af..7c7c62ac 100644
--- a/web/pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.js
+++ b/web/pgadmin/browser/server_groups/servers/pgagent/steps/static/js/pga_jobstep.js
@@ -45,10 +45,10 @@ define('pgadmin.node.pga_jobstep', [
       is_editable = _.isFunction(editable) ? !!editable.apply(column, [model]) : !!editable;
       if (is_editable) {
         this.$el.addClass('editable');
-        input.bootstrapSwitch('disabled', false);
+        input.bootstrapToggle('disabled', false);
       } else {
         this.$el.removeClass('editable');
-        input.bootstrapSwitch('disabled', true);
+        input.bootstrapToggle('disabled', true);
         // Set self value into model
         setTimeout(function () {
           model.set(self_name, true);
