mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Fixed model binder for checkboxes
This commit is contained in:
@@ -412,7 +412,8 @@
|
||||
break;
|
||||
case 'checkbox':
|
||||
if (convertedValue) {
|
||||
el.attr('checked', 'checked');
|
||||
//Fixing this while we wait for an official update
|
||||
el.prop('checked', 'checked');
|
||||
}
|
||||
else {
|
||||
el.removeAttr('checked');
|
||||
|
||||
Reference in New Issue
Block a user