I have a form I\'m trying to set up ... Users can have many posts, and each post can have many people watching it.
The Watch model is set up polymorphically as \'watcha
Set the boolean attribute's value to 'true' in the controller before your render the form. That should make Formtastic default the checkbox to 'checked'.