import {Meta} from '@storybook/blocks';
import {ExampleCodeBlock} from '@workday/canvas-kit-docs';
import {WithFormFields} from './examples/Table/WithFormFields';

<Meta title="Guides/Accessibility/Testing/Tables With Form Fields" />

## Table with form field components

- Using `aria-labelledby` id references on the form field inputs to the column header name
- Testing form fields as table row headers

<ExampleCodeBlock code={WithFormFields} />
