<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>Gravity Support Forums Topic: Checkbox list label</title>
		<link>https://legacy.forums.gravityhelp.com/topic/checkbox-list-label</link>
		<description>Gravity Support Forums Topic: Checkbox list label</description>
		<language>en-US</language>
		<pubDate>Fri, 24 Apr 2026 15:47:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>https://legacy.forums.gravityhelp.com/search.php</link>
		</textInput>
		<atom:link href="https://legacy.forums.gravityhelp.com/rss/topic/checkbox-list-label" rel="self" type="application/rss+xml" />

		<item>
			<title>Kevin Flahaut on "Checkbox list label"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkbox-list-label#post-55926</link>
			<pubDate>Fri, 20 Apr 2012 08:29:38 +0000</pubDate>
			<dc:creator>Kevin Flahaut</dc:creator>
			<guid isPermaLink="false">55926@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Well, &#34;easy&#34; is relative. If you know a little CSS then yes. You just need to target the checkbox fields properly, then re-position the label and inputs.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#34; rel=&#34;nofollow&#34;&#62;http://www.gravityhelp.com/documentation/page/CSS_Targeting_Samples&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Look for the section titled &#34;Checkbox List Items&#34;&#60;/p&#62;
&#60;p&#62;Since you didn't post a URL to your actual form page, I can't tell you anything for sure but this is the basic idea.. repositioning the label and input elements (in this example, it would only apply to form ID#1)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[css]
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
	float: right
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield .gfield_checkbox li label {
	float: left
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Symphony on "Checkbox list label"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/checkbox-list-label#post-55914</link>
			<pubDate>Fri, 20 Apr 2012 01:37:36 +0000</pubDate>
			<dc:creator>Symphony</dc:creator>
			<guid isPermaLink="false">55914@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Hello, i would like to move the list labels from the right of the checkboxes to the left. Is this easily doable?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
