import { testA11y } from '@fuels/jest'; import { Form } from '../Form'; import { Checkbox } from './Checkbox'; describe('Checkbox', () => { it('a11y', async () => { await testA11y( Accept terms and condition , ); }); });