Answered
Help with simple checkbox form
Hi all, I'm trying to create a little checkbox form that when
clicked will save the "check" (boolean?) to a variable so when the
page reloads it remains checked (and if then unchecked remains
unchecked).
I'm totally new to Coldfusion so far have only come up the variable declaration?
<cfparameter name="IsBoxChecked" default = "no">
I know the html for checkboxes looks like whats below, but how can I add the CF tags to make it do what I want?
<input type="checkbox" name="IsBoxChecked" value="1"> MyValue
I'm totally new to Coldfusion so far have only come up the variable declaration?
<cfparameter name="IsBoxChecked" default = "no">
I know the html for checkboxes looks like whats below, but how can I add the CF tags to make it do what I want?
<input type="checkbox" name="IsBoxChecked" value="1"> MyValue
