= simple_form_for [:admin, configuration], method: :patch, url: create_or_update_admin_configuration_path('linkedin'), as: :configuration, validate: true, turboboost: true do |f| = f.input :enabled, label: false, input_html: {autocomplete: :off} do = f.check_box :enabled, as: :boolean, class:'check1',id: "configuration_Enabled" = f.label "Enabled", class: 'switch' = f.input :api_key = f.input :api_secret .clearfix.pb10 = f.button :submit, 'Save Linkedin Settings', class: 'bt-sendo' / = f.input :enabled, as: :boolean, inline_label: 'Enabled', label: false