For starter:resource, to account for the problem caused by `params.fetch` when a checkbox is not checked, I include an extraneous `<input>`. Instead, we should generate code ``` params.fetch("<%= attribute.column_name %>", "") ``` in the controller.