I'm new to ionic-framework. My task is next, I want, When the component is opened, the radio button should be checked default. I want one to be checked.Thanks in advance
enter image description here
I'm new to ionic-framework. My task is next, I want, When the component is opened, the radio button should be checked default. I want one to be checked.Thanks in advance
enter image description here
Copyright © 2021 Jogjafile Inc.
I haven't really grasped the meaning of your component, but I would say that initializing your "radioList" variable to 0 should be sufficient.
Also, it would be better to go by the id of your ColorValueObjInterface. it would give, in your .ts
And your .html
And please, use the code sample btn to post your code