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
Post a Comment