Is there a way to wrap each label/checkbox pair?
I have a slew of label/checkbox pairs:
I would like to make it more visually obvious which label goes with which checkbox. Is there a way to wrap the pairs with a border or something around them to accomplish this?
I reckon I could do it by writing a lot more html, but I would prefer to just wrap them up "after the fact" with something like:
$('checkbox label').wrap('border', 'green');