Check Radio Button Using jQuery โ There are many ways to check a radio button. Here in this tutorial we are going to explain how you can check radio button in jQuery. We Will Explain this with example and demo.
Check Radio Button Using jQuery Example
Checking radio button in jQuery is very simple. You can check radio button simply as below โ
The above example will select the radio button radio2 and set the property as checked. If you run the above example it will produce output something like this โ