Bootstrap Inputs

Input type: checkbox

Input type: radio button

Bootstrap Checkbox

Checkbox facilitates you to select any number of options from a list of present options.

Example -

Bootstrap Radio Buttons

Radio buttons also facilitates you to select any number of options from a list of present options.

Example -

Bootstrap 4 Inputs

Bootstrap 4 supports following types of form controls:

  • input
  • textarea
  • checkbox
  • radio
  • select

Bootstrap Input

Bootstrap supports all the HTML5 input types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color.

Example -

Bootstrap Select List

Bootstrap Select List is used to select single or multiple list. Select list is used if you want to allow the user to pick form multiple options.

Example -