, Gaby, , cb.index() , . , , , index. , :
<div id='thediv'>
<label><input type='checkbox' value='1' name='one'>One</label>
<label><input type='checkbox' value='2' name='two'>Two</label>
<label><input type='checkbox' value='3' name='three'>Three</label>
<label><input type='checkbox' value='4' name='four'>Four</label>
</div>
... cb () $('#thediv input[type=checkbox][name=three]'), cb.index() ). , .
. , label : cb.parent().index() ( ). .
, : , , jQuery, cb . , , :
var index = $('#thediv input[type=checkbox]').index(cb);