Select with option tag is working fine, but I need in that option either a radio button or a check box should be there so it will be easier to select the specific dropdown value. I tried using multiple keyword but that doesnt solve my problem
I tried using multiple keyword but that doesnt solve my problem
<select name="location" id="location" class="form-control">
<option value="NULL">Select Location</option>
<option value="Mumbai">Mumbai</option>
<option value="Navi Mumbai">Navi Mumbai</option>
<option value="Thane">Thane</option>
<option value="Kalyan">Kalyan</option>
<option value="Pune">Pune</option>
<option value="Hyderabad">Hyderabad</option>
The same with a checkbox or radio button select option next to the each name