Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

PLEASE HELP FOR THESIS

adhimas_p_
Beginner
665 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
665 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