Skip to content
Snippets Groups Projects
Commit 65c72068 authored by catch's avatar catch
Browse files

Issue #994360 by DuaelFr, andypost, emosbaugh: #states cannot disable/enable radios and checkboxes

parent 2748b9a4
No related branches found
No related tags found
No related merge requests found
......@@ -628,7 +628,7 @@
$(document).on('state:checked', function (e) {
if (e.trigger) {
$(e.target).prop('checked', e.value);
$(':input', e.target).prop('checked', e.value);
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment