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