Hello,
Quick question. I'm coding a program and I want to give the user 1 of two options. When one (default) option is chosen I want a label underneath it to appear and show the description of that default option (that I write).
then I want the default option to "gray out" making it unselectable if the 2nd choice (based on user input) is selected.
Basically,
I want two radio buttons. The first being default with a description that shows underneath when selected (and goes away if the second option is selected) then I want the option to disappaer as the 2nd option is clicked, if that is what the user wants to do.
Is this able to be done quickly? I don't HAVE to have this feature, but I think it would be pretty slick.
Quick question. I'm coding a program and I want to give the user 1 of two options. When one (default) option is chosen I want a label underneath it to appear and show the description of that default option (that I write).
then I want the default option to "gray out" making it unselectable if the 2nd choice (based on user input) is selected.
Basically,
I want two radio buttons. The first being default with a description that shows underneath when selected (and goes away if the second option is selected) then I want the option to disappaer as the 2nd option is clicked, if that is what the user wants to do.
Is this able to be done quickly? I don't HAVE to have this feature, but I think it would be pretty slick.