Check if checkbox in an iframe is selected

Check if checkbox in an iframe is selected

How can i check (from the parent) if a checkbox in an iframe is checked.

Would this work?

  1. $("#iframe").contents().find("input:checkbox").click(function() {