I need to change some checkbox inputs to hidden inputs for some but not all inputs on a page.
input[type='checkbox', name='ProductCode']
That's the CSS way and I'm almost sure it will work in jQuery.