Click here to Skip to main content
15,891,730 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
You guys might know what the radio input is.

But if I were to replace the radio with buttons, how would I do it? I don't know how to do it

What I have tried:

I have tried giving a
<label>
which is a button
Posted
Updated 22-Mar-21 23:06pm
Comments
SeanChupas 22-Mar-21 15:36pm    
Use < button >

1 solution

Have a look at what Bootstrap does:
Buttons · Bootstrap v4.6[^]

You can use your browser's developer tools to inspect the elements, or view the CSS on GitHub:
GitHub - twbs/bootstrap at v4-dev[^]

If you want more specific help, you're going to need to explain precisely what you have tried and where you are stuck.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900