ant-design/components/checkbox/__tests__/__snapshots__/checkbox.test.tsx.snap
MadCcc 6f82f41d5c
refactor: checkbox (#41117)
* refactor: checkbox

* type: export CheckboxRef

* type: fix
2023-03-08 11:54:40 +08:00

20 lines
376 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Checkbox rtl render component should be rendered correctly in RTL direction 1`] = `
<label
class="ant-checkbox-wrapper ant-checkbox-rtl"
>
<span
class="ant-checkbox"
>
<input
class="ant-checkbox-input"
type="checkbox"
/>
<span
class="ant-checkbox-inner"
/>
</span>
</label>
`;