joyent-portal/packages/ui-toolkit/.snapguidist/__snapshots__/Checkbox-2.snap

25 lines
559 B
Plaintext
Raw Normal View History

2017-07-26 15:50:49 +03:00
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"
2017-07-26 15:50:49 +03:00
type="checkbox" />
<label
className="toggle__Label-soSmI bQFovI"
htmlFor="bhKCLO" />
2017-07-26 15:50:49 +03:00
</div>
<label
className="sc-kpOJdX gxFurI"
htmlFor="blXsWJ">
2017-07-26 15:50:49 +03:00
Check this out!
</label>
</div>
</fieldset>
`;