[ad_1]
https://i.ytimg.com/vi/ZwCIexvMOGM/hqdefault.jpg
Source Code: https://github.com/SonarSystems/Bootstrap-4-Tutorial-Series
http://v4-alpha.getbootstrap.com/layout/grid/#grid-options
Like our content and want to support us more directly? Help Us, Help You! https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6DF2Q8TR5FB3E
If you like this stuff, as always, show the love through comments, likes, favorites, subscriptions, etc.
Thousands of free videos at
www.sonarlearning.co.uk
If you have any questions feel free to post them at
http://www.sonarlearning.co.uk/questions.php
Our Website
http://www.sonarsystems.co.uk/
Facebook – https://www.facebook.com/pages/Sonar-Systems/581403125243822
Twitter – https://twitter.com/SonarSystems
Google+ – https://plus.google.com/+SonarsystemsCoUk/
Donate – https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6DF2Q8TR5FB3E
Our games made using Cocos2d-x
——————————————————
iOS: https://itunes.apple.com/us/artist/sonar-systems/id672545941
Google Play: https://play.google.com/store/apps/developer?id=Sonar+Systems
Check out our Cocos2d-x book to learn how to make games https://www.packtpub.com/game-development/cocos2d-x-game-development-essentials
Original source
4 responses to “Bootstrap 4 Tutorial 15 – Radio Buttons”
For Radio and Check Boxes use :
<div class="form-check">
<label class="form-check-label">
<input class="form-check-input" type="radio" name="exampleRadios" id="exampleRadios1" value="option1" checked>
</label>
</div>
This is a good video conceptually.
To future watchers: If you want the radio buttons to look like radio buttons, remove the bootstrap class btn and any others such as btn btn-primary etc.
For more on styling, check these out:
http://getbootstrap.com/css/#checkboxes-and-radios
https://v4-alpha.getbootstrap.com/components/forms/#checkboxes-and-radios
https://www.w3schools.com/bootstrap/bootstrap_forms_inputs.asp
i still have circle with a dot in it on every button.how can i remove it?
what is autocomplete="off". you are using more times in all the tags inside the input tags