chromium/chrome/browser/resources/settings/safety_check_page/safety_check_passwords_child.html

<settings-safety-check-child
    id="safetyCheckChild"
    icon-status="[[getIconStatus_(status_)]]"
    label="$i18n{passwords}"
    sub-label="[[displayString_]]"
    button-label="[[getButtonLabel_(status_)]]"
    button-aria-label="$i18n{safetyCheckPasswordsButtonAriaLabel}"
    button-class="action-button"
    on-button-click="onButtonClick_"
    on-click="onRowClick_"
    row-clickable="[[isRowClickable_(status_)]]"
    role="presentation">
</settings-safety-check-child>