Open mribeiro-ferraz opened 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
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
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