%= tag.div class: 'field' do %>
<%= f.label attr, local_assigns[:label], for: nil unless local_assigns[:skip_label] %>
<%= f.label attr, class: "icon-cb toogle #{attr}", title: local_assigns[:title] do %>
<% if attr.to_s.ends_with?("_at") %>
<%= f.check_box attr, {}, f.object.public_send(attr) || Time.now, 0 %>
<% else %>
<%= f.check_box attr %>
<% end %>
check_box_outline_blankcheck_box
<%- end -%>
<%- end -%>