<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Element Design &#187; radio</title>
	<atom:link href="http://elementdesignllc.com/tag/radio/feed/" rel="self" type="application/rss+xml" />
	<link>http://elementdesignllc.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jun 2010 13:37:49 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pre-Selecting Form Elements</title>
		<link>http://elementdesignllc.com/2009/12/preselecting-form-elements/</link>
		<comments>http://elementdesignllc.com/2009/12/preselecting-form-elements/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 18:34:19 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[checkboxes]]></category>
		<category><![CDATA[dropdown]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[radio]]></category>

		<guid isPermaLink="false">http://elementdesignllc.com/?p=444</guid>
		<description><![CDATA[Checkboxes:

&#60;input type=&#34;checkbox&#34; name=&#34;test_box&#34; value=&#34;1&#34; checked /&#62;
&#60;input type=&#34;checkbox&#34; name=&#34;test_box&#34; value=&#34;2&#34; /&#62;

Radio Buttons

&#60;input type=&#34;radio&#34; name=&#34;test_radio&#34; value=&#34;1&#34; checked /&#62;
&#60;input type=&#34;radio&#34; name=&#34;test_radio&#34; value=&#34;2&#34; /&#62;

Dropdowns (&#60;select&#62;)

&#60;select name=&#34;test_select&#34;&#62;
   &#60;option value=&#34;1&#34; selected&#62;Value 1&#60;/option&#62;
   &#60;option value=&#34;2&#34;&#62;Value 2&#60;/option&#62;
&#60;/select&#62;

]]></description>
			<content:encoded><![CDATA[<p><strong>Checkboxes:</strong></p>
<pre class="brush: xml;">
&lt;input type=&quot;checkbox&quot; name=&quot;test_box&quot; value=&quot;1&quot; checked /&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;test_box&quot; value=&quot;2&quot; /&gt;
</pre>
<p><strong>Radio Buttons</strong></p>
<pre class="brush: xml;">
&lt;input type=&quot;radio&quot; name=&quot;test_radio&quot; value=&quot;1&quot; checked /&gt;
&lt;input type=&quot;radio&quot; name=&quot;test_radio&quot; value=&quot;2&quot; /&gt;
</pre>
<p><strong>Dropdowns (&lt;select&gt;)</strong></p>
<pre class="brush: xml;">
&lt;select name=&quot;test_select&quot;&gt;
   &lt;option value=&quot;1&quot; selected&gt;Value 1&lt;/option&gt;
   &lt;option value=&quot;2&quot;&gt;Value 2&lt;/option&gt;
&lt;/select&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://elementdesignllc.com/2009/12/preselecting-form-elements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
