creativetimofficial / argon-dashboard

Argon - Dashboard for Bootstrap 5 by Creative Tim
https://www.creative-tim.com/product/argon-dashboard
MIT License
674 stars 1.26k forks source link

Html for Radio Button #42

Open mribeiro-ferraz opened 4 years ago

mribeiro-ferraz commented 4 years ago

The last component has a bug in Radio, I can't see the HTML you have made available ... I need it! can you help me?

Link: https://demos.creative-tim.com/argon-dashboard/docs/components/buttons.html

rarestoma commented 4 years ago

Hi @mribeiro-ferraz ,

Thank you for working with our products and for pointing us this issue.

Here is the code for the radio btn-group:

<div class="btn-group btn-group-toggle" data-toggle="buttons"> <label class="btn btn-secondary active"> <input type="radio" name="options" id="option1" autocomplete="off" checked=""> Active </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="option2" autocomplete="off"> Radio </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="option3" autocomplete="off"> Radio </label> </div>

Please let me know if it works.

All the best, Rares

CLStudioES commented 1 year ago

Works fine! How can you change the selected radio button in TailwindCss Argon?

Hi @mribeiro-ferraz ,

Thank you for working with our products and for pointing us this issue.

Here is the code for the radio btn-group:

<div class="btn-group btn-group-toggle" data-toggle="buttons"> <label class="btn btn-secondary active"> <input type="radio" name="options" id="option1" autocomplete="off" checked=""> Active </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="option2" autocomplete="off"> Radio </label> <label class="btn btn-secondary"> <input type="radio" name="options" id="option3" autocomplete="off"> Radio </label> </div>

Please let me know if it works.

All the best, Rares