<?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 Tag: checkbox - Recent Posts</title>
		<link>https://legacy.forums.gravityhelp.com/tags/checkbox</link>
		<description>Gravity Support Forums Tag: checkbox - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Mon, 20 Apr 2026 01:20:15 +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/tags/checkbox" rel="self" type="application/rss+xml" />

		<item>
			<title>David Peralty on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-342159</link>
			<pubDate>Mon, 24 Jun 2013 10:26:52 +0000</pubDate>
			<dc:creator>David Peralty</dc:creator>
			<guid isPermaLink="false">342159@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;It would go before your &#38;lt;/head&#38;gt; tag in your header.php file.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cinchmedia on "Simple Checkbox to copy fields"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/simple-checkbox-to-copy-fields#post-341013</link>
			<pubDate>Sun, 23 Jun 2013 23:37:11 +0000</pubDate>
			<dc:creator>cinchmedia</dc:creator>
			<guid isPermaLink="false">341013@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I would like to see this explained better.  Where do I put the following code within the header.php?  I do not have an url to show, as I am in the beginning stages of this form.  I want to list a billing and shipping address, with a checkbox to autofill the shipping if it is the same as billing.  Thanks&#60;/p&#62;
&#60;p&#62;jQuery(document).ready(function($) {&#60;br /&#62;
$('input#choice_13_1').click(function() {&#60;br /&#62;
if($(this).is(':checked')) {&#60;br /&#62;
$('#input_2_12_1').val($('#input_2_2_1').val());&#60;br /&#62;
$('#input_2_12_2').val($('#input_2_2_2').val());&#60;br /&#62;
$('#input_2_12_3').val($('#input_2_2_3').val());&#60;br /&#62;
$('#input_2_12_4').val($('#input_2_2_4').val());&#60;br /&#62;
$('#input_2_12_5').val($('#input_2_2_5').val());&#60;br /&#62;
};&#60;br /&#62;
});&#60;br /&#62;
});
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Rob Harrell on "Creating A Button, Onclick conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-button-onclick-conditional-logic#post-337137</link>
			<pubDate>Fri, 21 Jun 2013 16:42:35 +0000</pubDate>
			<dc:creator>Rob Harrell</dc:creator>
			<guid isPermaLink="false">337137@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Yeah you would need to use a checkbox field for this, like you've done. But that will be part of the entry which will get lumped into the notification if you are using the all_fields merge tag. You could craft your own notification by using the individual merge tags instead, but that could prove to be a bear depending on how many fields you have.&#60;/p&#62;
&#60;p&#62;You may consider enabling Values on that checkbox and placing the &#34;Order This&#34; text as the value so at least that's what would get recorded in the entry instead. So your image would be for front-end use only.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scottidesign on "Creating A Button, Onclick conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-button-onclick-conditional-logic#post-337130</link>
			<pubDate>Fri, 21 Jun 2013 16:34:38 +0000</pubDate>
			<dc:creator>scottidesign</dc:creator>
			<guid isPermaLink="false">337130@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I have accomplished this through a checkbox field, I just input an image of a button as the label, then used CSS to move the actual checkbox off screen.&#60;/p&#62;
&#60;p&#62;This is not ideal, because it shows up &#34;checked&#34; and shows the image in the backend Entry / Noticifcations.&#60;/p&#62;
&#60;p&#62;Is there a way to hide fields from being shown in Entries / Notifications?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scottidesign on "Creating A Button, Onclick conditional logic"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/creating-a-button-onclick-conditional-logic#post-334811</link>
			<pubDate>Thu, 20 Jun 2013 15:50:46 +0000</pubDate>
			<dc:creator>scottidesign</dc:creator>
			<guid isPermaLink="false">334811@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Basically I want to hide all of the fields associated with a product (and all its options) until the user clicks a button titled &#34;ORDER THIS&#34;&#60;/p&#62;
&#60;p&#62;I would love to have it as a button.&#60;/p&#62;
&#60;p&#62;Is there any way to accomplish this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miowebdesigns on "Check box automatically checked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-box-automatically-checked#post-300090</link>
			<pubDate>Tue, 04 Jun 2013 00:14:28 +0000</pubDate>
			<dc:creator>miowebdesigns</dc:creator>
			<guid isPermaLink="false">300090@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;Maybe someone will be able to help if I include the URL:&#60;br /&#62;
 &#60;a href=&#34;http://bookerandbutler.com/questionaire/&#34; rel=&#34;nofollow&#34;&#62;&#60;a href=&#34;http://bookerandbutler.com/questionaire/&#34; rel=&#34;nofollow&#34;&#62;http://bookerandbutler.com/questionaire/&#60;/a&#62; &#60;/a&#62;&#60;br /&#62;
I am trying to get the hang of these forums.  Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miowebdesigns on "Check box automatically checked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-box-automatically-checked#post-297302</link>
			<pubDate>Sun, 02 Jun 2013 20:52:40 +0000</pubDate>
			<dc:creator>miowebdesigns</dc:creator>
			<guid isPermaLink="false">297302@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;To be more specific I am using the field label like this: Pets? checkbox
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miowebdesigns on "Check box automatically checked"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/check-box-automatically-checked#post-297301</link>
			<pubDate>Sun, 02 Jun 2013 20:51:14 +0000</pubDate>
			<dc:creator>miowebdesigns</dc:creator>
			<guid isPermaLink="false">297301@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I am trying to use check boxes without text.  When I do this the form automatically checks the box.  I tried to deselect the box but when I update the form it is selected again.  Any help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Richard Vav on "HTML5 displaying problems - cannot see check boxes or radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html5-displaying-problems-cannot-see-check-boxes-or-radio-buttons#post-291999</link>
			<pubDate>Fri, 31 May 2013 06:04:37 +0000</pubDate>
			<dc:creator>Richard Vav</dc:creator>
			<guid isPermaLink="false">291999@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;In your theme's main.css file you have the following rule&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;input, textarea, button {
outline: none!important;
background: none;
border-radius: 0;
box-shadow: 0!important;
-webkit-appearance: none!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It is the -webkit-appearance: none!important; rule that is causing your problems, you can either remove that or you can add the following new rules lower down the file to override it&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.gform_wrapper .gfield input[type=radio] {
-webkit-appearance: radio !important;
}
.gform_wrapper .gfield input[type=checkbox] {
-webkit-appearance: checkbox !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Richard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lam09 on "HTML5 displaying problems - cannot see check boxes or radio buttons"</title>
			<link>https://legacy.forums.gravityhelp.com/topic/html5-displaying-problems-cannot-see-check-boxes-or-radio-buttons#post-291832</link>
			<pubDate>Fri, 31 May 2013 05:06:30 +0000</pubDate>
			<dc:creator>lam09</dc:creator>
			<guid isPermaLink="false">291832@https://legacy.forums.gravityhelp.com/</guid>
			<description>&#60;p&#62;I've been trying for months now to sort this and I really need help.  See the form here.  I've messed with the CSS and I just cant figure out how to get the radio buttons and check boxes to display.&#60;/p&#62;
&#60;p&#62;I love the way the form looks in preview, but when my sites style sheet is applied it wrecks the form.&#60;/p&#62;
&#60;p&#62;Is there anyway I can ask the form not to use my sites css but to use it's own?&#60;/p&#62;
&#60;p&#62;Here is the form:  &#60;a href=&#34;http://tinyurl.com/c9scdnu&#34; rel=&#34;nofollow&#34;&#62;http://tinyurl.com/c9scdnu&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
