- @object = DummyFormObject.new(has_errors: false) .row .three.twelfths %form = simple_fields_for @object do |f| .uc-filter %section{ data: { presents: 'Filter' } } %header.uc-filter__header %a.uc-filter-clear.blue-link-clean.js-clear-filters-link{href: '#'} Clear %h4.uc-filter-heading Filter By %span.uc-filter-heading__category License Status .uc-filter__body %ul.uc-filter-facets %li.js-filter.js-filter-show-only .uc-filter-facets__facet = f.input :note_and_note_addons, as: :boolean, label: 'Notes & Note Add-ons', input_html: { class: 'js-filter__facet js-clear-filters-checkbox' }, wrapper_html: { class: 'uc-form-field--boolean uc-filter-facets__facet__left-col--no-subfacets' } .uc-filter-subfacets-container %h5.uc-t-h2.half-pad-bottom Show Only %ul.uc-filter-subfacets %li = f.input :contact_child, as: :boolean, label: 'Contact: Child', input_html: { class: 'js-filter__sub-facet' }, wrapper_html: { class: 'uc-form-field--boolean' } %li = f.input :contact_childs_family, as: :boolean, label: 'Contact: Child\'s Family', input_html: { class: 'js-filter__sub-facet' }, wrapper_html: { class: 'uc-form-field--boolean' } %li = f.input :visit_child_with_family, as: :boolean, label: 'Visit: Child with Family', input_html: { class: 'js-filter__sub-facet' }, wrapper_html: { class: 'uc-form-field--boolean' } %li = f.input :child_family_team_meeting, as: :boolean, label: 'Child & Family Team Meeting', input_html: { class: 'js-filter__sub-facet' }, wrapper_html: { class: 'uc-form-field--boolean' } %li.js-filter .uc-filter-facets__facet = f.input :file_uploads, as: :boolean, label: 'File Uploads', input_html: { class: 'js-filter__facet js-clear-filters-checkbox' }, wrapper_html: { class: 'uc-form-field--boolean uc-filter-facets__facet__left-col--no-subfacets' } %li.js-filter .uc-filter-facets__facet = f.input :court_hearings, as: :boolean, label: 'Court Hearings', input_html: { class: 'js-filter__facet js-clear-filters-checkbox' }, wrapper_html: { class: 'uc-form-field--boolean uc-filter-facets__facet__left-col--no-subfacets' } %li.js-filter .uc-filter-facets__facet = f.input :services, as: :boolean, label: 'Services', input_html: { class: 'js-filter__facet js-clear-filters-checkbox' }, wrapper_html: { class: 'uc-form-field--boolean uc-filter-facets__facet__left-col--no-subfacets' } %li.js-filter .uc-filter-facets__facet = f.input :workflow_events, as: :boolean, label: 'Workflow Events', input_html: { class: 'js-filter__facet js-clear-filters-checkbox' }, wrapper_html: { class: 'uc-form-field--boolean uc-filter-facets__facet__left-col--no-subfacets' }