Hi guys is there a way to put the checkbox inside the image?. Currently it is still on the left side of the image. Thank you.
HTML:
<div ng-repeat="x in xt">
<input type="checkbox" ng-checked="x.is_valid" ng-model="xlist.isChecked[x.id]"/>
<img src="{{x.picture}} " onerror="this.src='/images/default_pic.jpg'" ><br>
</div>