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

75 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-07-26 15:50:49 +03:00
exports[`Toggle-6 1`] = `
<fieldset
className="baseline-hZpvlZ bQdLhh sc-kGXeez cEabLf">
<div>
<legend
className="sc-eHgmQL jXHmLG">
2017-07-26 15:50:49 +03:00
Who killed the radio star?
</legend>
<ul
className="sc-cMljjf iJHuNY">
2017-07-26 15:50:49 +03:00
<li
className="toggle__Li-NAdHA fguoyM"
id="caDOlS">
2017-07-26 15:50:49 +03:00
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={false}
className="baseline-isNNDV dMweWC sc-brqgnP lhSyiT"
2017-07-26 15:50:49 +03:00
disabled={true}
id="ckPCiG"
2017-07-26 15:50:49 +03:00
name="who-killed"
type="radio"
value="video" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="ckPCiG">
2017-07-26 15:50:49 +03:00
Video
</label>
</div>
</li>
<li
className="toggle__Li-NAdHA fguoyM"
id="caDOlS">
2017-07-26 15:50:49 +03:00
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={false}
className="baseline-isNNDV dMweWC sc-brqgnP lhSyiT"
2017-07-26 15:50:49 +03:00
disabled={true}
id="csdkdW"
2017-07-26 15:50:49 +03:00
name="who-killed"
type="radio"
value="tv" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="csdkdW">
2017-07-26 15:50:49 +03:00
TV
</label>
</div>
</li>
<li
className="toggle__Li-NAdHA fguoyM"
id="caDOlS">
2017-07-26 15:50:49 +03:00
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={false}
className="baseline-isNNDV dMweWC sc-brqgnP lhSyiT"
2017-07-26 15:50:49 +03:00
disabled={true}
id="bSqIcr"
2017-07-26 15:50:49 +03:00
name="who-killed"
type="radio"
value="netflix" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="bSqIcr">
2017-07-26 15:50:49 +03:00
Netflix
</label>
</div>
</li>
</ul>
</div>
</fieldset>
`;