Hi Bruce,
For my project I need a check-button without the check icon.
I.e. only when a line in the browse is tagged the check sign needs to show.
I want the button to look in the same style as when the check icon is shown.
I asked around and a collegue came up with:
.my-icon-class { background-image: none !important; }
which works fine for me. I add it to the button conditionally, depending on the outcome of a test.
When the test says reveals checked= TRUE then the ui-icon-check class is used.
Maybe you could add a class like this to theme.css ??
Cheers,
Rene.
Btw: The advice you gave me during the webinar of july 13th works great. Thanks again!