ant-design-vue/components/checkbox/__tests__/__snapshots__/group.test.js.snap

9 lines
597 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CheckboxGroup passes prefixCls down to checkbox 1`] = `
<div class="my-checkbox-group">
<label class="my-checkbox-wrapper my-checkbox-group-item"><span class="my-checkbox"><input type="checkbox" class="my-checkbox-input" value="Apple"><span class="my-checkbox-inner"></span></span><span>Apple</span></label>
<label class="my-checkbox-wrapper my-checkbox-group-item"><span class="my-checkbox"><input type="checkbox" class="my-checkbox-input" value="Orange"><span class="my-checkbox-inner"></span></span><span>Orange</span></label>
</div>
`;