Hy!
When Uploadify send the file to the action, I need to know if the checbox is checked or not, so I did:
$(\'#uploaded\').uploadify({ \
Change:
$('#checkbox').val()
to
$('#checkbox').attr('checked')