ant-design/components/checkbox/__tests__/__snapshots__/checkbox.test.js.snap
2021-12-04 17:06:36 +08:00

21 lines
391 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"
value=""
/>
<span
class="ant-checkbox-inner"
/>
</span>
</label>
`;