Hi, is there anyway to initialize all radio buttons to be empty? When running the script, the "Yes" button is filled in by default; however, I would like them to both begin as empty buttons. Is this possible?
New Window( "Warning",
<<Modal,
Panel Box( "Would you like to continue?.",
rbox1 = Radio Box( {"Yes", "No"}, rb1 = rbox1 << get selected ),
),
)