Radio Button Generator

This generator allows you to freely customize the design of radio buttons.
It is possible to display radio buttons with a common design in any browser.
It is also implemented so that keyboard operation (Tab) will bring it into focus.
The output codes can be easily used by copy and paste.

Sponsored Links

Start customizing from templates

Customization

Basic Setting

▼ Options

▼ Placement Direction

px

Radio Button Outline

▼ Diameter

px

▼ Distance to Text

px

px

Radio Button Checked Marker

▼ Diameter

px

Text

<label class="radioItem">
  <input type="radio" name="radio" value="Option 1" class="radioButton" checked />
  Option 1
</label>
<label class="radioItem">
  <input type="radio" name="radio" value="Option 2" class="radioButton" />
  Option 2
</label>
<label class="radioItem">
  <input type="radio" name="radio" value="Option 3" class="radioButton" />
  Option 3
</label>

Notes

  • It is intended for use with modern browsers and may contain CSS properties that are not supported by IE or older versions of browsers.
  • The reset CSS of this site is based on “modern-normalize.css”. Depending on the reset CSS and other stylesheets loaded in your project, there may be differences from the preview appearance.

\ Share on SNS /

Sponsored Links

Tools

CSS Generators

UI Parts Generators

HTML Converters