How can I change the size of a Bootstrap checkbox?
问题 Wondering if its possible to change the size of checkbox as it's possible with buttons. I want it to be bigger, so it makes it easy to press. Right now its looking like this: Code: <div class="form-group"> <label class="col-md-7 control-label">Kalsiumklorid: </label> <div class="col-md-5" > {{ Form::checkbox('O_Kals_Klor', 1 , array('class' => 'form-control' )) }} </div> </div> 回答1: Or you can style it with pixels. .big-checkbox {width: 30px; height: 30px;} 回答2: It is possible in css, but not