I tried most of your code and all generated labels are clickable.
So, I'm not sure what is your actual issue is.

Maybe you're outputting inputs for the same field more than once?

On Thursday, November 3, 2011 10:22:53 PM UTC+7, dave wrote:
>
> Just a quick typo fix on that last statement...after the 
> Soooooooooooooooooo....added the number 6 on the input id. That's how 
> it should read... 
>
> <input type="radio" name="data[Member][field6]" id="MemberField6Yes" 
> value="Y"> 
> <label for="MemberField6Yes">Yes</label> 
> <input type="radio" name="data[Member][field6]" id="MemberField6No" 
> value="N"> 
> <label for="MemberField6No">No</label></div>

 
The label "for" attribute should use the key of $options, not the value.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to