Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Html for Radio Button #42

Open
mribeiro-ferraz opened this issue Feb 28, 2020 · 2 comments
Open

Html for Radio Button #42

mribeiro-ferraz opened this issue Feb 28, 2020 · 2 comments

Comments

@mribeiro-ferraz
Copy link

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
Copy link
Contributor

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants