Using Elements Of A Hash As Radio Button
I have an application in which a user can create a sport, also any user can register to the sport by selecting it. I'm trying to use radio buttons as i intend for any user to be ab
Solution 1:
Here,the scenario should allow user to add multiple sports.so you should use checkboxes and the code is
<label>Cricket<input type="checkbox"/></label>
Post a Comment for "Using Elements Of A Hash As Radio Button"