= simple_form_for @management_division,url: url_for(action: :update,id: :management_division),method: :put do |f| = f.input :setting_value,{as: :radio_buttons,collection: TenantSetting.management_division_collection, include_blank: false,wrapper_html: {id: "management_division"}, input_html: {autocomplete: "off"}, label: TenantSetting.human_attribute_name(:management_division)} .form-actions.col-sm-12 = f.button :submit