<!doctype html><htmllang="en"><head><metacharset="utf-8"><title>jQuery UI Checkboxradio - Radio Group</title><linkrel="stylesheet"href="../../themes/base/all.css"><linkrel="stylesheet"href="../demos.css"><script src="../../external/requirejs/require.js"></script><script src="../bootstrap.js"data-modules="controlgroup">$("input").checkboxradio();$("fieldset").controlgroup();</script></head><body><divclass="widget"><h2>Radio Group</h2><fieldset><legend>Select a Location: </legend><labelfor="radio-1">New York</label><inputtype="radio"name="radio-1"id="radio-1"><labelfor="radio-2">Paris</label><inputtype="radio"name="radio-1"id="radio-2"><labelfor="radio-3">London</label><inputtype="radio"name="radio-1"id="radio-3"></fieldset></div><divclass="demo-description"><p>Example markup using the controlgroup widget to create a radio group.</p></div></body></html>