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

6 lines
184 B
PHP

<?php declare(strict_types=1);
return '<label><input type="radio" name="enabled" value="1" /> Yes</label>
<label><input type="radio" name="enabled" value="0" checked /> No</label>
';