Radio default not working
I have a Radio input in my form and using default isn't working for some reason:
Once I select an option everything works as expected, but on page load the default isn't there.
Once I select an option everything works as expected, but on page load the default isn't there.
Solution
Your comment got me on the right track. Found a github answer that indicated I need to set the value of the
access_option array key before the form is filled, so I added this to my EditUser resource and now its working as expected: