var initSelectionClickHandlers = function() {
    $(".select-all").click(function() {
      $(".custom-field-category-checkbox").prop("checked", true);
    });
    $(".deselect-all").click(function() {