--- id: Background image section: components --- import { Checkbox, List, ListItem } from '@patternfly/react-core'; ## Accessibility To implement an accessible PatternFly **background image**: - Check that there is sufficient color contrast between different parts of the background image and any text that will be on the image. - A background image should not be used as the sole method of conveying important information. ## Testing At a minimum, a background image should meet the following criteria: ## React customization A background image does not have any further React props for accessibility. ## HTML/CSS customization A background image does not have any further HTML/CSS attributes or classes for accessibility.