1👍
✅
Since requests are stateless, you will have to somehow “save” the state of your radio buttons. One option would be to use sessions, the other would be to use a form and instantiate it with the submitted data.
Source:stackexchange.com
1👍
Since requests are stateless, you will have to somehow “save” the state of your radio buttons. One option would be to use sessions, the other would be to use a form and instantiate it with the submitted data.