css 自订复选框

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css 自订复选框相关的知识,希望对你有一定的参考价值。

<label class="custom-checkbox">
  <input class="custom-checkbox__checkbox" type="checkbox">
  <span class="custom-checkbox__icon"></span>
  <span class="custom-checkbox__label">Select this</span>
</label>
.custom-checkbox__checkbox {
  position: absolute;
  clip: rect(1px,1px,1px,1px);
}


.custom-checkbox__checkbox:checked + .custom-checkbox__icon {
  background: green;
}


.custom-checkbox__icon {
  position: relative;
  top: -2px;

  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;

  background: gray;
}

以上是关于css 自订复选框的主要内容,如果未能解决你的问题,请参考以下文章

css 自订复选框

css 自订复选框

scss 自订复选框

javascript 在Flask使用自订js,并自订按钮切换显示div

text 指令 - 建立自订大小的档案

text 自订过滤器