I have been trying to get the checkboxes to work with react-icons which uses SVGs
This is my code:
<div className="pretty p-svg p-curve">
<input type="checkbox" />
<div className="state p-success">
<FaCheck />
<label>Recurring</label>
</div>
</div>
but it's not working, is it compatible?