25 lines
559 B
Plaintext
25 lines
559 B
Plaintext
exports[`Checkbox-2 1`] = `
|
|
<fieldset
|
|
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
|
|
<div>
|
|
<div
|
|
className="toggle__InnerContainer-hKefxl bVmJyd"
|
|
type="checkbox">
|
|
<input
|
|
checked={true}
|
|
className="baseline-enlQhH klPuEH sc-iAyFgw gjtXtj"
|
|
id="bhKCLO"
|
|
type="checkbox" />
|
|
<label
|
|
className="toggle__Label-soSmI bQFovI"
|
|
htmlFor="bhKCLO" />
|
|
</div>
|
|
<label
|
|
className="sc-kpOJdX gxFurI"
|
|
htmlFor="blXsWJ">
|
|
Check this out!
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
`;
|