mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-25 05:02:17 -04:00
fix(curriculum): Update Registration Form step 29 seed code to correctly render a checkbox (#47481)
Update seed code to render a checkbox
This commit is contained in:
@@ -59,7 +59,7 @@ assert.equal(document.querySelector('fieldset:nth-child(2) > label:nth-child(3)
|
||||
<fieldset>
|
||||
<label for="personal-account"><input id="personal-account" type="radio" name="account-type" /> Personal Account</label>
|
||||
<label for="business-account"><input id="business-account" type="radio" name="account-type" /> Business Account</label>
|
||||
<label for="terms-and-conditions"><input id="terms-and-conditions" required /> I accept the terms and conditions</label>
|
||||
<label for="terms-and-conditions"><input id="terms-and-conditions" type="checkbox" required /> I accept the terms and conditions</label>
|
||||
</fieldset>
|
||||
--fcc-editable-region--
|
||||
<fieldset></fieldset>
|
||||
|
||||
Reference in New Issue
Block a user