gvas / knockout-jqueryui

Knockout bindings for the jQuery UI widgets.
http://gvas.github.com/knockout-jqueryui/
MIT License
103 stars 38 forks source link

curious about behavior of radio .buttonset on your demo page #17

Closed bkwdesign closed 10 years ago

bkwdesign commented 10 years ago

I have been playing with the buttonset demo on your documentation page (added a few radios via your button)

Is it just me, or are the various buttons states a bit unpredictable?

It seems like there's at least 4 states:

blank button background (chocolate text color) slight off-white background (with black text color) dark chocolate selected state (white text) dark chocolate on-hover - (but only when hovering over 1st state mentioned above)

gvas commented 10 years ago

The buttons on the documentation page are checkboxes, not radios. Their visual styles depend on their checked, hovered and focused states.

bkwdesign commented 10 years ago

ahhh.. ok.. the demo on JQuery UI shows buttonset being used with radio buttons. I probably had confused it with your demo (I've been jumping around the sites quite a bit).. I didn't realize you could do that with checkboxes.

Thanks for the reply!