Bootstrap includes validation styles for error, warning, and success states on form controls.
                                    Set heights using classes like .input-lg, and set widths using grid column classes like .col-lg-*.
                                
                            Extend form controls by adding text or buttons before, after, or on both sides of any text-based <input>. Use .input-groupwith an .input-group-addonor .input-group-btnto prepend or append elements to a single .form-control.
                        
                                        Supports bootstrap brand colors: .checkbox-primary, .checkbox-infoetc.
                                    
                                        Checkboxes without label text .checkbox-single
                                    
Inline checkboxes
                                        .checkbox-circlefor roundness.
                                    
                                        Checkboxes without label text .checkbox-single
                                    
Inline checkboxes
Disabled state also supported.
                                        Supports bootstrap brand colors: .radio-primary, .radio-dangeretc.
                                    
                                        Radios without label text .radio-single
                                    
Inline radios
Disabled state also supported.