I\'ve set up a Rails form roughly following the instructions in this Railscast.
Here\'s the code for the form:
<% form_tag complete_todos_path, :m
Can you try this and let us know if it works:
check_box_tag "todo_ids[#{todo.id}]", todo.id %>