<CFPARAM NAME="Checked" DEFAULT="FALSE" TYPE="boolean">

<CFSET Checked="TRUE">

<CFIF #Checked# IS "TRUE">
<input type="checkbox" checked>
<CFELSE>
<input type="checkbox">
</CFIF>

Sincerely,
Mike


>From: "ibtoad" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Really Dumb question help??
>Date: Sat, 02 Dec 2000 17:38:06 -0500
>
>Ok maybe I have been staring at tis screen to long but how do I set a
>checkbox to unchecked using a Cfset tag?
><cfset checkbox="?">
>
>If I use <cfset checkbox=""> it comes back checked.
>
>Thanks,
>Rich
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to