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

25 lines
558 B
Plaintext

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"
disabled={true}
id="DuxoD"
type="checkbox" />
<label
className="toggle__Label-soSmI bQFovI"
htmlFor="DuxoD" />
</div>
<label
className="sc-kpOJdX gxFurI"
htmlFor="ceELTy">
Check this out!
</label>
</div>
</fieldset>
`;