Using jQuery-UI, I find the checked state of a radio button confusing in the sense that it is hard to distinguish which is checked or not between a buttonset that contains only two items.
Now to remedy this, I was thinking of adding a ui-icon-check class (in accordance to the jquery ui css framework) to the active radio button. I tried modifying the jquery.ui.button.js source on my ui package but found no luck.
Is there an easier approach to this like just setting the options for the buttonset?