function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
joshDDUPjoshDDUP 

selectRadio / selectOptions I want to pre-check an item...

I'm not sure if I'm blind or not ;) but I can't see in the docs a way to predefine which radio option is selected/checked... in pure HTML this is trivial - why can't I do this in Visualforce?

Is this an oversight here...

joshDDUPjoshDDUP

duh... have the getter return the value you want (as long as it's a valid option)

:) 

diodio

Could you please show us how you do this?