chromium/ash/webui/os_feedback_ui/resources/feedback_flow.html

<div>
  <iron-pages attr-for-selected="id" selected="[[currentState]]">
    <search-page id="searchPage" on-continue-click="handleContinueClick"
        feedback-context="[[feedbackContext]]"
        description-template="[[descriptionTemplate]]"
        description-placeholder-text="[[descriptionPlaceholderText]]"
        help-content-search-result-count="{{helpContentSearchResultCount}}"
        no-help-content-displayed="{{noHelpContentDisplayed}}">
    </search-page>
    <share-data-page id="shareDataPage" feedback-context="[[feedbackContext]]"
        should-show-assistant-checkbox="[[shouldShowAssistantCheckbox]]"
        should-show-autofill-checkbox="[[shouldShowAutofillCheckbox]]"
        should-show-bluetooth-checkbox="[[shouldShowBluetoothCheckbox]]"
        should-show-wifi-debug-logs-checkbox="[[shouldShowWifiDebugLogsCheckbox]]"
        should-show-link-cross-device-dogfood-feedback-checkbox="[[shouldShowLinkCrossDeviceDogfoodFeedbackCheckbox]]"
        on-continue-click="handleContinueClick"
        on-go-back-click="handleGoBackClick">
    </share-data-page>
    <confirmation-page id="confirmationPage"
        is-user-logged-in="[[isUserLoggedIn]]"
        send-report-status="[[sendReportStatus]]"
        on-go-back-click="handleGoBackClick">
    </confirmation-page>
  </iron-pages>
</div>