Hi,

Got two questions about my checkbox in a form, template at end of this
email:

1. Why the 'check here to approve' was not shown in the example below? even
I remove the <label for="approved"/>?
   I'd like to display that text after the check box.

2. How to implement this: I will enable submit button if the checkbox is
checked?

Thanks.

A.C.


<label for="approved" >& nbsp;</label>
<input t:type="Checkbox" t:id="approved" value="approved" align="left">Check
here to approve</input><br/>

<label for="Submit">&nbsp;</label>
<input t:type="submit" name="Submit" t:id="Submit" disabled="notApproved"
/><br />


-- 
View this message in context: 
http://www.nabble.com/T5%3A-checkbox-questions-tp15199258p15199258.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to