Bootstrap InputsBootstrap Input TypesInput type: checkbox Input type: radio button Bootstrap CheckboxCheckbox facilitates you to select any number of options from a list of present options. See this example: Test it NowUse the .checkbox-inline class if you want the checkboxes to appear on the same line: See this example: Test it NowBootstrap Radio ButtonsRadio buttons also facilitates you to select any number of options from a list of present options. See this example: Test it NowUse the .radio-inline class if you want the radio buttons to appear on the same line: See this example: Test it NowBootstrap 4 InputsBootstrap 4 supports following types of form controls:
Bootstrap InputBootstrap supports all the HTML5 input types: text, password, datetime, datetime-local, date, month, time, week, number, email, url, search, tel, and color. Note: Inputs will NOT be fully styled if their type is not properly declared!Example:Test it NowBootstrap TextareaUse textarea with "form-control" to create a Bootstrap textarea. Example:Test it NowBootstrap Select ListBootstrap 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:Test it NowNext TopicBootstrap Modals |