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

72 lines
1.8 KiB
Plaintext

exports[`Toggle-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-cMljjf iJHuNY">
<li
className="toggle__Li-NAdHA fguoyM"
id="bEWxMO">
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={true}
className="baseline-isNNDV dMweWC sc-brqgnP lhSyiT"
id="cmHWld"
name="who-killed"
type="radio"
value="video" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="cmHWld">
Video
</label>
</div>
</li>
<li
className="toggle__Li-NAdHA fguoyM"
id="bEWxMO">
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={false}
className="baseline-isNNDV dMweWC sc-brqgnP lhSyiT"
id="ZwyOT"
name="who-killed"
type="radio"
value="tv" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="ZwyOT">
TV
</label>
</div>
</li>
<li
className="toggle__Li-NAdHA fguoyM"
id="bEWxMO">
<div
className="toggle__InputContainer-jJfPwy gGKbok">
<input
checked={false}
className="baseline-isNNDV dMweWC sc-brqgnP lhSyiT"
id="VHwBB"
name="who-killed"
type="radio"
value="netflix" />
<label
className="toggle__Label-biqdhu cWnfSi"
htmlFor="VHwBB">
Netflix
</label>
</div>
</li>
</ul>
</div>
</fieldset>
`;