You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am newbie in bootstrap.
In form_wizards.html , there is a Gender selection label. The color of it does not change after the selection. <label class="btn btn-secondary" data-toggle-class="btn-primary" data-toggle-passive-class="btn-secondary"> <input type="radio" name="gender" value="male" class="join-btn"> Male </label>
I want to ask how can I change the color after the gender is selected ? Should I modify the css or the javascript ?
The text was updated successfully, but these errors were encountered:
Hi, I am newbie in bootstrap.
In form_wizards.html , there is a Gender selection label. The color of it does not change after the selection.
<label class="btn btn-secondary" data-toggle-class="btn-primary" data-toggle-passive-class="btn-secondary"> <input type="radio" name="gender" value="male" class="join-btn"> Male </label>
I want to ask how can I change the color after the gender is selected ? Should I modify the css or the javascript ?
The text was updated successfully, but these errors were encountered: