Last active
April 4, 2017 17:58
-
-
Save ASDAFF/4423892cee8324050b4d5ced11e554e9 to your computer and use it in GitHub Desktop.
Пример вывода радиокнопок во фронтенд
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <input name="floor" value="0" checked="" type="radio"> | |
| <input name="floor" value="1" type="radio"> | |
| <input name="floor" value="2" type="radio"> | |
| <input name="floor" value="3" type="radio"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment