I like onsen iOS7 theme but the iOS theme checkboxes and radio buttons are not really intuitive. I want to use android themes checkboxes and radio buttons instead. I tried copying android theme css from firebug console to a new css file to override ios styles but it's not working correctly. Can somebody help me with this. I am using the sample code below
<label class="topcoat-checkbox">
<input type="checkbox">
<div class="topcoat-checkbox__checkmark"></div>
OFF
</label>