I am trying to select an input where the value equals a dynamic value
trimmed = jQuery.trim(a); preSelectedCheckBox = $(this).find(\"input[value=\" + trimmed
preSelectedCheckBox = $(this).find("input[value=" + trimmed + "]");
forget the '' around the value