<%= render FormElements::FieldsetToggleComponent.new(
field_name: "user[preferences][xmpp][exchange_contacts_with_invitees]",
enabled: @user.pref_enabled?("xmpp:exchange_contacts_with_invitees"),
title: "Exchange contacts when invited user signs up",
description: "Add each others contacts, so you can chat with them immediately"
) %>