<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Styled checkboxes &#038; radiobuttons with jQuery</title>
	<link>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/</link>
	<description>Mr Quinn, one word for your fans? "Ehm, astronaut."</description>
	<pubDate>Wed, 07 Jan 2009 05:01:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: HJ</title>
		<link>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-2333</link>
		<dc:creator>HJ</dc:creator>
		<pubDate>Sun, 28 Dec 2008 10:55:49 +0000</pubDate>
		<guid>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-2333</guid>
		<description>Nice mod!!, but I dont quit get this issue, "When retrieving a Checkbox value from DB , lets say true, the (Checked checkbox)only shows  after reloading the page a couple of , what gives?, is it a preload thing or the JS , unable to read the prefilled value of the checkbox, Just inches away from getting this to work.. 

Anyways, thanks in advance...</description>
		<content:encoded><![CDATA[<p>Nice mod!!, but I dont quit get this issue, &#8220;When retrieving a Checkbox value from DB , lets say true, the (Checked checkbox)only shows  after reloading the page a couple of , what gives?, is it a preload thing or the JS , unable to read the prefilled value of the checkbox, Just inches away from getting this to work.. </p>
<p>Anyways, thanks in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Checkboxes y botones de radio con estilo con jQuery &#124; El blog de Cristian Deluxe</title>
		<link>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-2274</link>
		<dc:creator>Checkboxes y botones de radio con estilo con jQuery &#124; El blog de Cristian Deluxe</dc:creator>
		<pubDate>Mon, 08 Dec 2008 22:11:53 +0000</pubDate>
		<guid>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-2274</guid>
		<description>[...] Fuente: Love and Theft [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Fuente: Love and Theft [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T</title>
		<link>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-748</link>
		<dc:creator>T</dc:creator>
		<pubDate>Sun, 09 Nov 2008 10:13:24 +0000</pubDate>
		<guid>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-748</guid>
		<description>hey, is there any quick solution to check if all "checkized" checkboxes are selected? i mean at least one radio is checked per group - in all groups.</description>
		<content:encoded><![CDATA[<p>hey, is there any quick solution to check if all &#8220;checkized&#8221; checkboxes are selected? i mean at least one radio is checked per group - in all groups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Palmer</title>
		<link>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-614</link>
		<dc:creator>Brian Palmer</dc:creator>
		<pubDate>Fri, 19 Sep 2008 19:38:33 +0000</pubDate>
		<guid>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-614</guid>
		<description>You should pre-load the images as well, I saw some lag in the live demo when I checked my first box. I suppose one could make the argument that the user of the library should worry about pre-loading the images, but it'd be nicer if checkize et al took care of it automatically.</description>
		<content:encoded><![CDATA[<p>You should pre-load the images as well, I saw some lag in the live demo when I checked my first box. I suppose one could make the argument that the user of the library should worry about pre-loading the images, but it&#8217;d be nicer if checkize et al took care of it automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jm</title>
		<link>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-613</link>
		<dc:creator>jm</dc:creator>
		<pubDate>Fri, 19 Sep 2008 18:55:01 +0000</pubDate>
		<guid>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-613</guid>
		<description>Only one problem, tabbing through a form will not work with this method.  None-the-less, a very interesting idea.</description>
		<content:encoded><![CDATA[<p>Only one problem, tabbing through a form will not work with this method.  None-the-less, a very interesting idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sandesh Singh</title>
		<link>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-612</link>
		<dc:creator>Sandesh Singh</dc:creator>
		<pubDate>Fri, 19 Sep 2008 18:14:54 +0000</pubDate>
		<guid>http://loveandtheft.org/2008/09/19/styled-checkboxes-and-radiobuttons-with-jquery/#comment-612</guid>
		<description>I have a couple of suggestions. 

1. You could add some more states to the plugin, like hover-unchecked, however-checked and mousedown.

2. Perhaps the checkize() function itself could check whether the input objects are radio buttons/checkboxes? This would remove the need for the radize function.

Nice work, keep it up :)</description>
		<content:encoded><![CDATA[<p>I have a couple of suggestions. </p>
<p>1. You could add some more states to the plugin, like hover-unchecked, however-checked and mousedown.</p>
<p>2. Perhaps the checkize() function itself could check whether the input objects are radio buttons/checkboxes? This would remove the need for the radize function.</p>
<p>Nice work, keep it up :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
