I'm studying ruby on rails for a while, and one of the exercises I'm trying to do is a checkbox and a submit button on a haml page, the purpose is for the submit button to work only if the checkbox is checked, otherwise just give a generic message like "Complete the fields", how can I do this?