First page Back Continue Last page Image
- <! Using "radio" BUTTONS>
- <! These next two are 'mutually exclusive'>
- <input type=“radio” name="status" value =“E" checked>Enrolled
- <input type=“radio” name="status" value ="W">Wait Listed
- <br />
- <! These next three are 'mutually exclusive'>
- <input type=“radio” name="fees" value ="W">Fees Waived
- <input type=“radio” name="fees" value ="P" checked>Fees Waved
- <input type=“radio” name="fees" value ="B" >Bill Fees Later
- Here are 2 sets of simple Radio Buttons, the user can only choose 1 per set
- The “name” property is what makes them part of a set