Algolia instand search provides checkbox and label as follows:
<label class="ais-RefinementList-label">
<input type="checkbox" class="ais-RefinementList-checkbox" value="Stroke">
<span class="ais-RefinementList-labelText">Stroke</span> <span class="ais-RefinementList-count">986</span>
</label>
I would love to replace the default checkbox with an Font Awesome Icon. The only way to do so is based on this example: http://jsfiddle.net/4huzr/
But here the setup is completly different <input /><label> instead of <label><input /></label>.
Can it be achieved anyway?
You need to add same css for span also: