vendredi 8 avril 2022

HTML Checkbox/Radio button design issue

I want to design my Radio buttons. The code I am using is as below :

<form action="#">
  <input type="radio" id="yes" name="fav_language" value="Yes">
  <label for="yes">Yes</label><br>
  <input type="radio" id="no" name="fav_language" value="No">
  <label for="no">No</label><br>

</form>


I want to design it as below image. I dont know how i can do this. have searched in google but didn't find any appropiate solution. Can anyone help me with this ?

image link : https://202.40.184.227/websites/image.jpeg

enter image description here




Aucun commentaire:

Enregistrer un commentaire