department-of-veterans-affairs/vets-website

View on GitHub
src/applications/ezr/components/FormDescriptions/SigiDescription.jsx

Summary

Maintainability
A
2 hrs
Test Coverage
import React from 'react';

const SigiDescription = (
  <va-additional-info
    trigger="What to know before you decide to share your gender identity"
    class="vads-u-margin-bottom--4 hydrated"
    uswds
  >
    <div>
      <p className="vads-u-margin-top--0">
        Sharing your gender identity on this application is optional. This
        information can help your health care team know how you wish to be
        addressed as a person. It can also help your team better assess your
        health needs and risks. We also use this information to help make sure
        we’re serving the needs of all Veterans.
      </p>

      <p>
        But you should know that any information you share here goes into your
        VA-wide records. VA staff outside of the health care system may be able
        to read this information.
      </p>

      <p className="vads-u-margin-bottom--0">
        We follow strict security and privacy practices to keep your personal
        information secure. But if you want to share your gender identity in
        your health records only, talk with your health care team.
      </p>
    </div>
  </va-additional-info>
);

export default SigiDescription;