css - How can I change the size of a Bootstrap checkbox? - Stack Overflow

PHOTO EMBED

Thu Jul 11 2024 05:09:46 GMT+0000 (Coordinated Universal Time)

Saved by @xsirlalo #php

.checkbox-lg .custom-control-label::before, 
.checkbox-lg .custom-control-label::after {
  top: .8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}


.checkbox-xl .custom-control-label::before, 
.checkbox-xl .custom-control-label::after {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.checkbox-xl .custom-control-label {
  padding-top: 23px;
  padding-left: 10px;
}
content_copyCOPY

https://stackoverflow.com/questions/22743457/how-can-i-change-the-size-of-a-bootstrap-checkbox