Ok, so I'm working on a JQM/Phonegap app and we wanted to add a couple of radio buttons on a page. So far the silly little things have given us far too much trouble and I'm looking to see if there's some fundamental thing we're doing wrong or if there is a problem in our code we need to fix.
There is only one problem with it, and that is that the corners are all rounded for some reason (both vertical and horizontal orientations). Is there something I'm suppose to do to initialize the radio buttons even when they're hard coded?
Second, that example looks a whole lot better than the radio buttons we're trying to use. The ones in our code don't deselect and seem to be just the radio button icon with the label next to it with no surrounding styling. When we tried horizontal, there was no styling, just the two labels (on top of each other), but at least the highlighting for selection covered the right area.
Any help or hints would be appreciated.