I haven't seen any radio buttons for a long time. Are they really used anymore, and if so where are they used and who used them?
What are the best alternatives for radio button? What can you use instead of radio buttons?
I haven't seen any radio buttons for a long time. Are they really used anymore, and if so where are they used and who used them?
What are the best alternatives for radio button? What can you use instead of radio buttons?
I only had to look as far as the "Settings" page on my GMail account before I found a radio button on the web.
The only other widget that provides a simple "Pick one choice from many" option in an HTML document is a <select>
element.
You can also use multiple submit buttons for the same effect — but you submit the form at the same time, so it isn't always appropriate (although good for "Preview" or "Save" decisions).
The alternatives to radio buttons are checkboxes and drop down boxes. Use them over the alternatives when:
Or to give a clearer distinction for yes/no fields than a single checkbox
Radio buttons are still commonly used on websites.
There simply is no alternative to them, that have the same functionality with the same ease of use.
You can use jquery ui for example: http://jqueryui.com/demos/button/#radio
It's a nice alternative if your tired of plain old radio buttons ;)
Directly there are no alternative for radio button. [As per my knowledge].
But You can use images
to supplant the radio buttons. You can make them function in the same manner as the radio buttons inmost cases, and you can make them any size you want.
If I have a choice i surely go with using simple radio buttons rather than implementing its alternative. Radio button is very much compatible in all browser so i also suggest you to don't try for any alternative just go with what you get by default.
as Karpie sad : "Radio buttons are still commonly used on websites" !
look at https://protect.login.yahoo.com/login/set_pref for example.
the radio buttons are standard in XHTML and HTML5.
but today, the modern design is more excepted to use checkboxes or drop down boxes.
© 2022 - 2024 — McMap. All rights reserved.