Re: What's wrong with this code?

2018-03-17 Thread Remi Grumeau
Two errors in fact :) - Input should be a checkbox, not hidden. Otherwise, browser cannot toggle its value. - you must set an "id" attribute on the input + a "for" attribute on the label, so wihen you click on the label, it toggle the input value. Label goes 100% width, on top of the toggle. See

Re: What's wrong with this code?

2018-03-17 Thread Mogens Beltoft
“Unexpected end of file?” :) I can’t see any code. /Mogens > On 17 Mar 2018, at 12.33, Rune Back wrote: > -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from

Re: What's wrong with this code?

2018-03-17 Thread linedicons...@gmail.com
HI Rune. what are you try to archive? There are many errors on that HTML - missing for attribute - not sure what you want to archive with the Input Thank you On Sat, Mar 17, 2018 at 11:33 AM, Mogens Beltoft wrote: > “Unexpected end of file?” :) > > I can’t see any code. >

What's wrong with this code?

2018-03-17 Thread Rune Back
Living? Thankful for any help, Rune -- You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To unsubscribe from this group and stop receiving emails from it, send an email to iphonewebdev+unsubscr...@googlegroups.com. To post to