mercredi 4 novembre 2020

How to add svg checkbox to two labels? [closed]

I need to add checkbox as svg to a existing label(I'm not sure about the tags of a and b).I have two svg files one with box and other with tick, how to make it work with this label with tabindex.The label will be flexed column .

 render(
<div>
<label >
          <a >
            text 1
            <br />
            <b >text 2</b>
          </a>

          <input
            type="checkBox"
          />
          
        </label>
</div>
)



Aucun commentaire:

Enregistrer un commentaire