Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save ASDAFF/4423892cee8324050b4d5ced11e554e9 to your computer and use it in GitHub Desktop.

Select an option

Save ASDAFF/4423892cee8324050b4d5ced11e554e9 to your computer and use it in GitHub Desktop.
Пример вывода радиокнопок во фронтенд
<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