<html>
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="col-1">
<input type="checkbox" class="" data-column="1" id="depotID" ng-change="vm.coluVisi()" ng-model="vm.depotID">
</div>
<script type="text/javascript">
let input_value = document.querySelector(".col-1 > input");
let val = input_value.attributes[2].nodeValue;
console.log(val);
</script>
</body>
</html>
Можно так. В твоем случае "this" не является инпутом прежде чем обращаться к элементу смотрите на него через "console.log"