-
Notifications
You must be signed in to change notification settings - Fork 1k
Conversation
I disagree. We shouldn't support setting the checked appearance without setting the checked state. Why would we ever want those to be out of sync. Same for disabled. |
My statement was assuming the function setting the class would insure the control state was synced but i see how the existing function name could cause that confusion. |
…owed qunit tests to pass in phantomjs
…ged destroy so that is only destroys the element that was initialized
@sjames include undocumented methods no longer available in the release notes |
The following undocumented public methods have been removed from checkbox: Additionally, the radio and checkbox controls are now bound to the parent element with the respective @mbeard Anything else that you would like to see in the release notes? |
Highlight isn't working. The rule to add the background needs changed. Right here: https://github.com/mbeard/fuelux/blob/master/less/checkbox.less#L16 ...change it to this:
|
Refactoring of checkbox