HummingBirdAnimeClient/tests/AnimeClient/__snapshots__/FormGeneratorTest__testGene...

6 lines
212 B
PHP
Raw Permalink Normal View History

2022-03-04 12:19:47 -05:00
<?php declare(strict_types=1);
return '<label><input type="radio" name="show_manga_collection" value="1" /> Yes</label>
<label><input type="radio" name="show_manga_collection" value="0" checked /> No</label>
';