Skip to content

fix double check for all issues

Created by: skv-headless

bug mp4

From jquery documentation http://api.jquery.com/prop/

The attribute actually corresponds to the defaultChecked property and should be used only to set the initial value of the checkbox. The checked attribute value does not change with the state of the checkbox, while the checked property does.

Merge request reports