Software Archive
Read-only legacy content
17061 Discussions

PLEASE HELP FOR THESIS

adhimas_p_
Beginner
293 Views

Sorry for the uncomfortable subject that I made cause Im in panic. I just want to ask, why my radio button in Intel Xdk cannot appear when I simulate it but it appear in Chrome. I already using this tag 

<input type="radio" id="A" name="my-radio">A</input>

<input type="radio" id="B" name="my-radio">B</input>

<input type="radio" id="C" name="my-radio">C</input>

But it still doesn't appear in my form

can some one help for my thesis?

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
293 Views

I think you need to rearrange some of your HMTL, see this SO post > http://stackoverflow.com/questions/1527721/using-label-for-on-radio-buttons < in particular, this answer > http://stackoverflow.com/a/1527791/2914328 <

0 Kudos
Reply