I have to put a ion-checkbox in an ion-navbar (Don’t ask…). Of course the Ionic styles are not prepared for such madness. Anybody already done something so terrible and can share some CSS that fixes the positioning (and all the other unknown things breaking) a bit?
(I tried wrapping the ion-checkbox in ion-button which gives it the correct positioning of a button, but also disabled the “check/uncheck” functionality by hijacking the click with a invisible div or something - also ion-checkbox is a button itself inside, so this is super ugly on the generated code…)
Adding the class bar-button make the positioning bearable, the added margin-right gives it some space to breath that it would normally get by being a real button.
The tappable area is still crap, but that’s for another time…