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

69 lines
1.8 KiB
Plaintext

exports[`Radio-2 1`] = `
<fieldset
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
<div>
<legend
className="sc-iAyFgw fDDYCs">
Who killed the radio star?
</legend>
<ul
className="sc-hSdWYo bIDotp">
<li
className="radio__Li-hRYgmp dhbKVQ">
<div
className="toggle__InnerContainer-hKefxl bVmJyd"
type="radio">
<input
className="baseline-imhrAe cnnTnF sc-kEYyzF cwbzif"
disabled={true}
id="ckSJIN"
name="who-killed"
type="radio"
value="video" />
<label
className="toggle__Label-soSmI gCagwo"
htmlFor="ckSJIN" />
</div>
Video
</li>
<li
className="radio__Li-hRYgmp dhbKVQ">
<div
className="toggle__InnerContainer-hKefxl bVmJyd"
type="radio">
<input
className="baseline-imhrAe cnnTnF sc-kEYyzF cwbzif"
disabled={true}
id="fvuEh"
name="who-killed"
type="radio"
value="tv" />
<label
className="toggle__Label-soSmI gCagwo"
htmlFor="fvuEh" />
</div>
TV
</li>
<li
className="radio__Li-hRYgmp dhbKVQ">
<div
className="toggle__InnerContainer-hKefxl bVmJyd"
type="radio">
<input
className="baseline-imhrAe cnnTnF sc-kEYyzF cwbzif"
disabled={true}
id="omgcA"
name="who-killed"
type="radio"
value="netflix" />
<label
className="toggle__Label-soSmI gCagwo"
htmlFor="omgcA" />
</div>
Netflix
</li>
</ul>
</div>
</fieldset>
`;