I\'ve got the following list item:
I was looking for an answer to this and wrote a quick dirty jquery handler for it:
$("label").click(function(){ if ($(this).attr("for") != "") $("#" + $(this).attr("for")).click(); });