I need to build this image structure, but I can not get the radio input to be on top of the image using MaterializeCSS. Anyone know of a solution? Hugs!
HTML Ex:
<p>
<input name="group1" type="radio" id="test1" />
<label for="test1"><img src="" alt="" class=""></label>
</p>