ok I search the page source and see the div name that has my checkboxes added _DropDown to the name so I changed it to
$('#' + oDropID + '_DropDown INPUT').each(function () {
^ this works for me
$('#' + oDropID + '_DropDown INPUT').each(function () {
^ this works for me