joyent-portal/packages/ui-toolkit/.snapguidist/__snapshots__/Toggle-6.snap

75 lines
1.9 KiB
Plaintext

exports[`Toggle-6 1`] = `
<fieldset
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
<div>
<legend
className="sc-iAyFgw fDDYCs">
Who killed the radio star?
</legend>
<ul
className="sc-jWBwVP kOnUfl">
<li
className="toggle__Li-NAdHA fguoyM"
id="cuAoVE">
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={false}
className="baseline-eDpFvF hpgOJY sc-cvbbAY gByntD"
disabled={true}
id="bvuirh"
name="who-killed"
type="radio"
value="video" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="bvuirh">
Video
</label>
</div>
</li>
<li
className="toggle__Li-NAdHA fguoyM"
id="cuAoVE">
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={false}
className="baseline-eDpFvF hpgOJY sc-cvbbAY gByntD"
disabled={true}
id="cotudm"
name="who-killed"
type="radio"
value="tv" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="cotudm">
TV
</label>
</div>
</li>
<li
className="toggle__Li-NAdHA fguoyM"
id="cuAoVE">
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={false}
className="baseline-eDpFvF hpgOJY sc-cvbbAY gByntD"
disabled={true}
id="DWepz"
name="who-killed"
type="radio"
value="netflix" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="DWepz">
Netflix
</label>
</div>
</li>
</ul>
</div>
</fieldset>
`;