DivBucket / src / utils / inputs / CheckBox / checkbox.module.css
checkbox.module.css
Raw
.checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 3px;
  user-select: none;
  width: 100%;
}