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