if ($(this).is(":checkbox")) {
                // Reset the checkmark so new products are enabled by default
                $(this).prop("checked", "checked");
            } else {
                // Clear the value if there is text in the first row already