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

25 lines
558 B
Plaintext
Raw Normal View History

2017-07-26 15:50:49 +03:00
exports[`Checkbox-4 1`] = `
<fieldset
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
<div>
<div
className="toggle__InnerContainer-hKefxl bVmJyd"
type="checkbox">
<input
className="baseline-enlQhH klPuEH sc-iAyFgw gjtXtj"
2017-07-26 15:50:49 +03:00
disabled={true}
id="DuxoD"
2017-07-26 15:50:49 +03:00
type="checkbox" />
<label
className="toggle__Label-soSmI bQFovI"
htmlFor="DuxoD" />
2017-07-26 15:50:49 +03:00
</div>
<label
className="sc-kpOJdX gxFurI"
htmlFor="ceELTy">
2017-07-26 15:50:49 +03:00
Check this out!
</label>
</div>
</fieldset>
`;