allow multiple select on radio button in html

You can't. 
Radio buttons are there for a single choice. 
For multiple choices, you need checkboxes.

4.22
9
Awgiedawgie 440220 points

                                    <fieldset>
    <legend>Please select one of the following</legend>
    <input type="radio" name="action" id="track" value="track" /><label for="track">Track Submission</label><br />
    <input type="radio" name="action" id="event" value="event"  /><label for="event">Events and Artist booking</label><br />
    <input type="radio" name="action" id="message" value="message" /><label for="message">Message us</label><br />
</fieldset>

4.22 (9 Votes)
0
Are there any code examples left?
Create a Free Account
Unlock the power of data and AI by diving into Python, ChatGPT, SQL, Power BI, and beyond.
Sign up
Develop soft skills on BrainApps
Complete the IQ Test
Relative searches
input radio select multiple select several radio button on a page multiple selection radio or other how multiple select off in radio buttons radio multiple select how to allow multiple selection of radio button in html multiple choice radio button html radio button used to select multiple values javascript use multiple radio buttons html multiple radio buttons multiple selectable radio buttons radio button with multiple selection how to make multiple radio button in html multiple radio button multiple radio buttons allow multiple select on radio button in html radio button select multiple value choose several radio buttons how to select multiple radio button in table radio multiple selection javascript radio button multiple selection can select multiple radio buttons allow multiple select in radio button html allow multiple select in radio button HTML radio buttons allow the selection of multiple options use same name multiple select radio button how to give multiple options using radio button multiple radio buttons in single html form select display multiple selected value from radio button in html how to select multiple radio buttons in html radio select multiple radio button allows multiple selection multiple selection radio button multiple radio button select in html multiple radio selection html multiple select radio html set radio button to selected from multiple select multiple radio buttons html radio button multiple choice multiple radio button selection multiple choices on radio button radio button multiple selection multiple selected radio button html two radio buttons select any one select multiple option in radio button having radio buttons with same name have select multiple radio button multiple choice multiple input radio button selection multiple radio select multiple radio input with same id radio button multiple values my radio button multiple selection my radio button select multiple radio button select multiple radio button multiple selection with same name
Made with love
This website uses cookies to make IQCode work for you. By using this site, you agree to our cookie policy

Welcome Back!

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign in
Recover lost password
Or log in with

Create a Free Account

Sign up to unlock all of IQCode features:
  • Test your skills and track progress
  • Engage in comprehensive interactive courses
  • Commit to daily skill-enhancing challenges
  • Solve practical, real-world issues
  • Share your insights and learnings
Create an account
Sign up
Or sign up with
By signing up, you agree to the Terms and Conditions and Privacy Policy. You also agree to receive product-related marketing emails from IQCode, which you can unsubscribe from at any time.
Creating a new code example
Code snippet title
Source