define([ 'jquery', 'slick', 'domReady', ], function ($) { 'use strict'; $(document).ready(function () { $(document).on('click', '.custom-navbar .dropdown-menu', function (e) { e.stopPropagation(); }); //Load checked imput checkbox in register customer form $('#is_subscribed').prop("checked", true); }); });