69 lines
1.8 KiB
Plaintext
69 lines
1.8 KiB
Plaintext
exports[`Radio-2 1`] = `
|
|
<fieldset
|
|
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
|
|
<div>
|
|
<legend
|
|
className="sc-eHgmQL jXHmLG">
|
|
Who killed the radio star?
|
|
</legend>
|
|
<ul
|
|
className="sc-cvbbAY fOGvPE">
|
|
<li
|
|
className="radio__Li-hRYgmp dhbKVQ">
|
|
<div
|
|
className="toggle__InnerContainer-hKefxl bVmJyd"
|
|
type="radio">
|
|
<input
|
|
className="baseline-eRtFHU czaTJi sc-iAyFgw gjtXtj"
|
|
disabled={true}
|
|
id="canBBP"
|
|
name="who-killed"
|
|
type="radio"
|
|
value="video" />
|
|
<label
|
|
className="toggle__Label-soSmI gCagwo"
|
|
htmlFor="canBBP" />
|
|
</div>
|
|
Video
|
|
</li>
|
|
<li
|
|
className="radio__Li-hRYgmp dhbKVQ">
|
|
<div
|
|
className="toggle__InnerContainer-hKefxl bVmJyd"
|
|
type="radio">
|
|
<input
|
|
className="baseline-eRtFHU czaTJi sc-iAyFgw gjtXtj"
|
|
disabled={true}
|
|
id="IODVO"
|
|
name="who-killed"
|
|
type="radio"
|
|
value="tv" />
|
|
<label
|
|
className="toggle__Label-soSmI gCagwo"
|
|
htmlFor="IODVO" />
|
|
</div>
|
|
TV
|
|
</li>
|
|
<li
|
|
className="radio__Li-hRYgmp dhbKVQ">
|
|
<div
|
|
className="toggle__InnerContainer-hKefxl bVmJyd"
|
|
type="radio">
|
|
<input
|
|
className="baseline-eRtFHU czaTJi sc-iAyFgw gjtXtj"
|
|
disabled={true}
|
|
id="cwICbp"
|
|
name="who-killed"
|
|
type="radio"
|
|
value="netflix" />
|
|
<label
|
|
className="toggle__Label-soSmI gCagwo"
|
|
htmlFor="cwICbp" />
|
|
</div>
|
|
Netflix
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</fieldset>
|
|
`;
|