https://github.com/canjs/can-event-dom-radiochange
The custom "radiochange" event
https://github.com/canjs/can-event-dom-radiochange
Last synced: 2 months ago
JSON representation
The custom "radiochange" event
- Host: GitHub
- URL: https://github.com/canjs/can-event-dom-radiochange
- Owner: canjs
- License: mit
- Created: 2017-06-12T19:16:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-05-14T04:54:38.000Z (about 5 years ago)
- Last Synced: 2025-04-18T22:39:51.575Z (2 months ago)
- Language: JavaScript
- Homepage: https://canjs.com/doc/can-event-dom-radiochange.html
- Size: 136 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# can-event-dom-radiochange
[](https://www.bitovi.com/community/slack?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://forums.bitovi.com/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/canjs/can-event-dom-radiochange/blob/master/LICENSE)
[](https://www.npmjs.com/package/can-event-dom-radiochange)
[](https://travis-ci.org/canjs/can-event-dom-radiochange)
[](https://greenkeeper.io/)A custom event for listening to changes of inputs with type "radio", which fires when a conflicting radio input changes. A "conflicting" radio button has the same "name" attribute and exists within in the same form, or lack thereof. This event coordinates state bound to whether a radio is checked. The "change" event does not fire for deselected radios. By using this event instead, deselected radios receive notification.
## Documentation
Read the [can-event-dom-radiochange API docs on CanJS.com](https://canjs.com/doc/can-event-dom-radiochange.html).
## Changelog
See the [latest releases on GitHub](https://github.com/canjs/can-event-dom-radiochange/releases).
## Contributing
The [contribution guide](https://github.com/canjs/can-event-dom-radiochange/blob/master/CONTRIBUTING.md) has information on getting help, reporting bugs, developing locally, and more.
## License
[MIT](https://github.com/canjs/can-event-dom-radiochange/blob/master/LICENSE)