<%= f.input :approved, :collection => [["是", 1], ["否", 0]], :label_method => :first, :value_method => :last, as: :radio, label: "是否通过" %>