<%= f.label field.attribute %>
<% field.data.each do |key,val| %>
<% if ['audit_logs', 'response_bot'].include? key %> <% end %> <%= key %> <%= check_box "enabled_features", "feature_#{key}", { checked: val }, true, false %>
<% end %>