Getting check_box to default to checked?

Like someone else said, check_box doesn't care about that. It'll use whatever value is in @type.notify_on_create... I think you see where I'm going with this...

<% @type.notify_on_create = true -%> <%= check_box 'type', 'notify_on_create' %>

I haven't tested that, but it'll probably work. :wink:

Ben