<?xml version="1.0"?><!-- generator="bbPress" -->

<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>MachForm Community Forums Topic: Checkboxes</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Checkboxes</description>
<language>en</language>
<pubDate>Sun, 03 May 2026 23:03:14 +0000</pubDate>

<item>
<title>yuniar on "Checkboxes"</title>
<link>https://www.machform.com/forums/topic/checkboxes-2#post-23898</link>
<pubDate>Mon, 24 Aug 2015 10:19:07 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">23898@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, you can put them into each of your form's theme. Use the Advanced CSS area.
&#60;/p&#62;</description>
</item>
<item>
<title>offcourse on "Checkboxes"</title>
<link>https://www.machform.com/forums/topic/checkboxes-2#post-23785</link>
<pubDate>Fri, 07 Aug 2015 04:33:41 +0000</pubDate>
<dc:creator>offcourse</dc:creator>
<guid isPermaLink="false">23785@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi, thanks for this post. Two questions:&#60;/p&#62;
&#60;p&#62;1) Can you do this per theme, like using the advanced css area of the theme?&#60;br /&#62;
2) Does this also work for radio?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>curtisio on "Checkboxes"</title>
<link>https://www.machform.com/forums/topic/checkboxes-2#post-19141</link>
<pubDate>Tue, 10 Sep 2013 22:18:35 +0000</pubDate>
<dc:creator>curtisio</dc:creator>
<guid isPermaLink="false">19141@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I figured it out... below for anyone else wanting to do the same. Insert the following in view.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;input[type=&#38;quot;checkbox&#38;quot;] {
	-webkit-appearance: none; /* webkit */
	visibility: hidden;
}

input[type=&#38;quot;checkbox&#38;quot;] + label::before {
content: &#38;quot;&#38;quot;;
display: inline-block;
width: 58px;
height: 60px;
background: url(../checkbox_untick.png) no-repeat;

}

input[type=&#38;quot;checkbox&#38;quot;]:checked + label::before {

content: &#38;quot;&#38;quot;;
display: inline-block;
width: 58px;
height: 60px;
background: url(../checkbox_tick.png) no-repeat;}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>curtisio on "Checkboxes"</title>
<link>https://www.machform.com/forums/topic/checkboxes-2#post-19132</link>
<pubDate>Mon, 09 Sep 2013 04:03:37 +0000</pubDate>
<dc:creator>curtisio</dc:creator>
<guid isPermaLink="false">19132@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you for your reply,&#60;/p&#62;
&#60;p&#62;Although I can get a checkbox styled with CSS in a html page I can't seem to style them in Machform.&#60;/p&#62;
&#60;p&#62;In CSS I style using the following:&#60;/p&#62;
&#60;p&#62;input[type=&#34;checkbox&#34;] {&#60;br /&#62;
    display:none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;input[type=&#34;checkbox&#34;] + label {&#60;br /&#62;
    color:#f2f2f2;&#60;br /&#62;
    font-family:Arial, sans-serif;&#60;br /&#62;
    font-size:14px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;input[type=&#34;checkbox&#34;] + label span {&#60;br /&#62;
	display:inline-block;&#60;br /&#62;
	width:19px;&#60;br /&#62;
	height:19px;&#60;br /&#62;
	margin:-1px 4px 0 0;&#60;br /&#62;
	vertical-align:middle;&#60;br /&#62;
	cursor:pointer;&#60;br /&#62;
	background-image: url(check_radio_sheet.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: left top;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;input[type=&#34;checkbox&#34;]:checked + label span {&#60;br /&#62;
	background-image: url(check_radio_sheet.png);&#60;br /&#62;
	background-repeat: no-repeat;&#60;br /&#62;
	background-position: -19px top;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;But it doesn't seem to work with Machform. Has anyone else come up with a work around?
&#60;/p&#62;</description>
</item>
<item>
<title>AMurray on "Checkboxes"</title>
<link>https://www.machform.com/forums/topic/checkboxes-2#post-19116</link>
<pubDate>Sat, 07 Sep 2013 09:01:05 +0000</pubDate>
<dc:creator>AMurray</dc:creator>
<guid isPermaLink="false">19116@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;It'd be done through the CSS, for example, take a look here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://stackoverflow.com/questions/4148499/how-to-style-checkbox-using-css&#34; rel=&#34;nofollow&#34;&#62;http://stackoverflow.com/questions/4148499/how-to-style-checkbox-using-css&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;A &#60;a href=&#34;https://www.google.com.au/search?q=css+style+form+checkbox&#38;#38;ie=utf-8&#38;#38;oe=utf-8&#38;#38;rls=org.mozilla:en-US:official&#38;#38;client=firefox-a&#38;#38;gws_rd=cr&#38;#38;ei=3ocqUsSvJYnJiAfekYGICw&#34;&#62;whole heap more&#60;/a&#62; from a Google search.&#60;/p&#62;
&#60;p&#62;I presume that's the sort of thing you're after.  I think you'd modify the css for the form in Machform, or in a custom CSS file. You'd have to know the 'element' you're styling and add the CSS to the appropriate places.
&#60;/p&#62;</description>
</item>
<item>
<title>curtisio on "Checkboxes"</title>
<link>https://www.machform.com/forums/topic/checkboxes-2#post-19115</link>
<pubDate>Sat, 07 Sep 2013 05:01:41 +0000</pubDate>
<dc:creator>curtisio</dc:creator>
<guid isPermaLink="false">19115@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Does anyone know how to change the size of the checkboxes and maybe even the style on the tick using a png file?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
