javascript - make radio buttons behave like checkboxes -


i see examples on internet how make checkboxes act radio buttons, possible make group of radio buttons acts checkboxes (meaning multiple selections , deselections) jquery? let me know

thank you

yes, possible. give each radio button different name select more 1 @ time , use js add click event listener see if box checked when it's clicked , if so, uncheck it.

try out , if have trouble, post you've tried , ask more specific question.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -