We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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?