I have a radiogroup component in a panel in extjs with 3 radiobuttons. But I can select multiple rediobuttons at once, whereas radiogroups should allow to select only one.
It should be the default behaviuor.
I couldn’t find any configuration attribute in radiogroup component to disallow multiselect.
Is there any way to disable multiselect in a radio group in extJs.
The configuration is under the radio. Each radio button under the radio group should have the same name. Take a look at the code below.