Checkbox CSS borked in FireFox?

On the ionic docs site, I went to grab the checkbox classes and noticed they look funny in the demo. Tried it in my app via FF + localhost and got the same result. Is it just me? Since it’s FF only, maybe it doesn’t matter.

Ubuntu 14.04
Firefox only (chromium seems fine)

Define “borked”.

I see them as not styled at all, just normal textboxes.

Also note that Ionic only targets webkit-based browsers, of which Firefox does not fall under.

I see them as not styled too. I guess it’s not much of an issue then if ionic only targets webkit.

If you want it to look nicer in Firefox, try adding this to your CSS

.ionic .checkbox input, .ionic .checkbox-icon {-moz-appearance: none;}