Customize Bootstrap checkboxes

后端 未结 5 973
情话喂你
情话喂你 2020-12-13 07:07

I\'m using Bootstrap in my Angular application and all other styles are working like they should, but checkbox style doesn\'t. It just look like plain old checkbox.

5条回答
  •  心在旅途
    2020-12-13 07:48

    You have to use Bootstrap version 4 with the custom-* classes to get this style:

    
    
    
    
    
    
    
    

    Documentation: https://getbootstrap.com/docs/4.0/components/forms/#checkboxes-and-radios-1


    Custom checkbox style on Bootstrap version 3?
    Bootstrap version 3 doesn't have custom checkbox styles, but you can use your own. In this case: How to style a checkbox using CSS?

    These custom styles are only available since version 4.

提交回复
热议问题