@@ -170,13 +170,13 @@ ReactDOM.render(
170170
171171 < hr />
172172 < h2 > invalid checkboxes with and without classes</ h2 >
173- < AUcheckbox label = "I agree" status = "invalid" checked />
173+ < AUcheckbox label = "I agree" status = "invalid" defaultChecked />
174174 < AUcheckbox label = "I agree" required />
175175
176176
177177 < hr />
178178 < h2 > invalid radio buttons with and without classes</ h2 >
179- < AUradio label = "I agree" status = "invalid" checked />
179+ < AUradio label = "I agree" status = "invalid" defaultChecked />
180180 < AUradio label = "I agree" required />
181181
182182
@@ -281,13 +281,13 @@ ReactDOM.render(
281281
282282 < hr />
283283 < h2 > invalid checkboxes with and without classes < code > --dark</ code > </ h2 >
284- < AUcheckbox dark label = "I agree" status = "invalid" checked />
284+ < AUcheckbox dark label = "I agree" status = "invalid" defaultChecked />
285285 < AUcheckbox dark label = "I agree" required />
286286
287287
288288 < hr />
289289 < h2 > invalid radio buttons with and without classes < code > --dark</ code > </ h2 >
290- < AUradio dark label = "I agree" status = "invalid" checked />
290+ < AUradio dark label = "I agree" status = "invalid" defaultChecked />
291291 < AUradio dark label = "I agree" required />
292292 </ div >
293293 </ div >
@@ -363,13 +363,13 @@ ReactDOM.render(
363363
364364 < hr />
365365 < h2 > invalid checkboxes with and without classes < code > --alt</ code > </ h2 >
366- < AUcheckbox alt label = "I agree" status = "invalid" checked />
366+ < AUcheckbox alt label = "I agree" status = "invalid" defaultChecked />
367367 < AUcheckbox alt label = "I agree" required />
368368
369369
370370 < hr />
371371 < h2 > invalid radio buttons with and without classes < code > --alt</ code > </ h2 >
372- < AUradio alt label = "I agree" status = "invalid" checked />
372+ < AUradio alt label = "I agree" status = "invalid" defaultChecked />
373373 < AUradio alt label = "I agree" required />
374374 </ div >
375375 < div className = "split split--alt split--dark" >
@@ -441,13 +441,13 @@ ReactDOM.render(
441441
442442 < hr />
443443 < h2 > invalid checkboxes with and without classes < code > --alt --dark</ code > </ h2 >
444- < AUcheckbox alt dark label = "I agree" status = "invalid" checked />
444+ < AUcheckbox alt dark label = "I agree" status = "invalid" defaultChecked />
445445 < AUcheckbox alt dark label = "I agree" required />
446446
447447
448448 < hr />
449449 < h2 > invalid radio buttons with and without classes < code > --alt --dark</ code > </ h2 >
450- < AUradio alt dark label = "I agree" status = "invalid" checked />
450+ < AUradio alt dark label = "I agree" status = "invalid" defaultChecked />
451451 < AUradio alt dark label = "I agree" required />
452452 </ div >
453453 </ div >
0 commit comments