Im using this function to disable check boxes after selection
$( "input[type='checkbox']" ).prop({ disabled: true});
the problem is that when the form is submited the data of the checkboxes select is not showing in the email sent. It work if checkboxes are enabled.