0

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>
thinkmind
  • 115
  • 2
  • 16
  • possible duplicate of [How can I display the checkbox over the images for selection?](http://stackoverflow.com/questions/8877807/how-can-i-display-the-checkbox-over-the-images-for-selection) – jarz May 16 '15 at 01:50

1 Answers1

1

similar question asked here: How can I display the checkbox over the images for selection?
where the answer uses css with the correct positioning.

GL!

Community
  • 1
  • 1
Shehryar Abbasi
  • 378
  • 2
  • 8