We can enable or disable radio buttons ( Period buttons ) by using a checkbox inside a form. We know by radio button we can select on of the several available options. Let us try first by directly disabling a radio button.
But here we are not able to change the status as per requirement so we will use JavaScript here to manage the radio buttons by using a checkbox.
Let us see how this script works. Here is the code.