mirror of
https://github.com/yldio/copilot.git
synced 2024-11-15 07:40:07 +02:00
24 lines
535 B
Plaintext
24 lines
535 B
Plaintext
exports[`Checkbox-0 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"
|
|
id="bQgEPp"
|
|
type="checkbox" />
|
|
<label
|
|
className="toggle__Label-soSmI bQFovI"
|
|
htmlFor="bQgEPp" />
|
|
</div>
|
|
<label
|
|
className="sc-kpOJdX gxFurI"
|
|
htmlFor="tdcPZ">
|
|
Check this out!
|
|
</label>
|
|
</div>
|
|
</fieldset>
|
|
`;
|