If they are checked they are available in the form structure on the response
page, if they where not checked they do not exist in the form structure.

<input type="checkbox" name="check1" value="1">

<cfif StructKeyExists(FORM, 'check1')>
    check 1 was checked
<cfelse>
    check 1 was not checked
</cfif>


[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to