Changes between Initial Version and Version 1 of Ticket #23954, comment 3
- Timestamp:
- 04/06/2013 12:26:43 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23954, comment 3
initial v1 6 6 7 7 Just in case the double-bang was used for a browser compatibility issue or such. 8 9 Edit: The double-bang is indeed needed because the checked value can also be `undefined` which must be converted into a boolean value so that jQuery updates the checked state.