Create CSS to enlarge checkboxes

后端 未结 9 1036
萌比男神i
萌比男神i 2020-12-29 22:12

I am trying to double the size of my checkboxes on a few pages. How do I make that happen in CSS? I don\'t want to style the hover.

Ideas?

9条回答
  •  失恋的感觉
    2020-12-29 22:26

    I have used this library with sucess

    http://plugins.krajee.com/checkbox-x

    It requires jQuery and bootstrap 3.x

    Download the zip here: https://github.com/kartik-v/bootstrap-checkbox-x/zipball/master

    Put the contents of the zip in a folder within your project

    Pop the needed libs in your header

    
    
    
    
    

    Add the data controls to the element using the data-size="xl" to change the size as shown here http://plugins.krajee.com/cbx-sizes-demo

    
    
    

    There are numerous other features as well if you browse the plugin site.

提交回复
热议问题