如何默认选中“我接受”单选按钮?
[Code] procedure InitializeWizard; begin WizardForm.LicenseAcceptedRadio.Checked := True; end;