I have a checkbox on my page, but it doesn't refresh when I refresh my page after I changed it's status.
1.I open a webpage which has a checkbox without checked 2.I clicked this checkbox, so it's checked 3.Then I refresh this page, the checkbox still checked rather than unchecked;
1.I open a webpage which has a checkbox without checked
2.I clicked this checkbox, so it's checked
3.Then I refresh this page, the checkbox still checked rather than unchecked;
All Replies (1)
You need to do a hard refresh and bypass the cache to reset such form data.
- Hold down the Shift key and left-click the Reload button
- Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
- Press "Command + Shift + R" (Mac)