.checkbox, .radio{
  &.is-disabled{
    opacity: .6;
    cursor: not-allowed;
    color: inherit;
  }
}
