<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Making better Forms: Clickable text for Radio Button and Checkbox Fields</title>
	<atom:link href="http://schoberg.net/2008/10/making-better-forms-clickable-text-for-radio-button-and-checkbox-fields/feed/" rel="self" type="application/rss+xml" />
	<link>http://schoberg.net/2008/10/making-better-forms-clickable-text-for-radio-button-and-checkbox-fields/</link>
	<description></description>
	<lastBuildDate>Thu, 02 Sep 2010 02:09:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Igor</title>
		<link>http://schoberg.net/2008/10/making-better-forms-clickable-text-for-radio-button-and-checkbox-fields/comment-page-1/#comment-594</link>
		<dc:creator>Igor</dc:creator>
		<pubDate>Mon, 27 Apr 2009 14:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=160#comment-594</guid>
		<description>A million THANKS!</description>
		<content:encoded><![CDATA[<p>A million THANKS!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Schoberg</title>
		<link>http://schoberg.net/2008/10/making-better-forms-clickable-text-for-radio-button-and-checkbox-fields/comment-page-1/#comment-37</link>
		<dc:creator>Jesse Schoberg</dc:creator>
		<pubDate>Mon, 03 Nov 2008 16:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=160#comment-37</guid>
		<description>Hi Jason,
Yes you are correct that the &lt;label&gt; tag does not &lt;em&gt;need&lt;/em&gt; to wrap the &lt;input&gt;.  They are both inline elements by default so you can work it either way. Thanks for clarifying this to readers.

Now the reason I do wrap my &lt;input&gt; with my &lt;label&gt; is that it gives more freedom to style. I like to set the label as an block level element with css so that I can avoid using extra Break or Paragraph tags in the forms. This method is detailed by The Man In Blue under Additional Resources in the post above.</description>
		<content:encoded><![CDATA[<p>Hi Jason,<br />
Yes you are correct that the &lt;label&gt; tag does not <em>need</em> to wrap the &lt;input&gt;.  They are both inline elements by default so you can work it either way. Thanks for clarifying this to readers.</p>
<p>Now the reason I do wrap my &lt;input&gt; with my &lt;label&gt; is that it gives more freedom to style. I like to set the label as an block level element with css so that I can avoid using extra Break or Paragraph tags in the forms. This method is detailed by The Man In Blue under Additional Resources in the post above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://schoberg.net/2008/10/making-better-forms-clickable-text-for-radio-button-and-checkbox-fields/comment-page-1/#comment-33</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 30 Oct 2008 17:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://schoberg.net/?p=160#comment-33</guid>
		<description>Good information! I have found since I started using labels, it&#039;s really annoying when I come across a site that doesn&#039;t use them.

One thing to add is you don&#039;t have to wrap the input within the label. So depending on your form layout and css you have the option to put the input inside the label or outside of it.</description>
		<content:encoded><![CDATA[<p>Good information! I have found since I started using labels, it&#8217;s really annoying when I come across a site that doesn&#8217;t use them.</p>
<p>One thing to add is you don&#8217;t have to wrap the input within the label. So depending on your form layout and css you have the option to put the input inside the label or outside of it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
