- There's a couple of extra options…that you have to keep in mind…when working with radio and button type input fields.…So, let's take a look at the things that we can do.…In this example, I have a super simple form…with a regular input field,…as well as another section with two checkboxes.…Now, just to review, to organize normal input fields…into groups for proper spacing,…you put them inside a div…with a class of form-group, like this.…When you do checkboxes or radio buttons,…you place controls inside a div…with a class naming the type of control,…so you add a div with a class of checkbox, like this.…
And what's different about this…is that the labels are wrapped around the control…instead of traditionally placed next to the controls…and don't have a for attribute.…So we can see this label right here,…it doesn't have the for attribute,…like this label up here,…and this one is on top of the input field,…whereas, this other label, the One name right here,…is sort of embedded inside the label…and that's why it doesn't need this for input type.…
Author
Released
8/26/2015This course provides everything you need to know to get started building websites with Bootstrap, and is built with our new practice environments in mind, which let you develop your code along with author Ray Villalobos. Ray will review Bootstrap's grid, CSS classes, and JavaScript components (dropdowns, modals, carousels, and more), and help you integrate them into your own sophisticated websites.
- Understanding containers
- Using the 12-column grid to create a responsive webpage layout
- Creating rows and columns
- Styling content with Bootstrap CSS classes
- Adding CSS styles
- Creating and styling forms
- Creating dropdown menus and buttons
- Adding images and video
- Exploring JavaScript components, like carousels, tabs, tool tips, and scrolling
Skill Level Beginner
Duration
Views
Related Courses
-
Introduction
-
Welcome1m 23s
-
-
1. Getting Started
-
2. Working with the Bootstrap Grid
-
Working with rows3m 13s
-
Creating columns10m 3s
-
Resetting columns3m 55s
-
Offsetting columns2m 52s
-
Nesting columns6m 9s
-
3. Exploring Basic Bootstrap CSS Classes
-
Using blockquotes1m 49s
-
Working with list styles2m 19s
-
Styling code3m 50s
-
4. Adding Other CSS Styles
-
Exploring table styles2m 42s
-
Adding image classes4m 46s
-
Using responsive utilities5m 30s
-
5. Styling Forms
-
Creating a basic form6m 24s
-
Using inline forms2m 53s
-
Styling a horizontal form4m 52s
-
Using validation styles4m 56s
-
Using input groups5m 24s
-
Using icons4m 44s
-
-
6. Navigation Components
-
Using button groups4m 22s
-
Adding content to the navbar9m 42s
-
Collapsing your navigation4m 11s
-
7. Media Components
-
Using the thumbnail style6m 55s
-
Adding media styles5m 35s
-
8. Content Containers
-
Styling list groups6m 45s
-
Working with panels5m 41s
-
Using wells1m 12s
-
-
9. Using JavaScript Components
-
Creating a carousel17m 13s
-
Creating modals10m 51s
-
Creating a tooltip2m 50s
-
-
Conclusion
-
Next steps1m 43s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Formatting radio and checkbox controls