[jQuery] Convoluted Selector issue...

[jQuery] Convoluted Selector issue...


Hello Experts!
Below are 2 of several divs that are displayed 1 at a time depending
on which tab is selected.
I'm trying to toggle checkmarks/filter states for each list
independent of the others. But I don't know the fancy selecting
needed to hone the aim of the checktoggle link.
The goal is to have the a.checktoggle (line 5 of each block) toggle
the checkbox (3rd line from the bottom)
===============================================================
<div id="mainoffice">
<div class="searchbar mee"><b>Filter</b>Search</div>
<div class="searchpanel mee">
<b><a href="javascript:;" class="filtertoggle"><img
src="images/GIFs/filteroff.gif" alt="" /></a><a href="javascript:;"
class="checktoggle"><img src="images/GIFs/checknone.gif" alt="" /></
a></b>
<input type="input" name="mainfilter" id="mainfilter" /