{title}
{t('wizard.chooseHow', 'How would you like to do this?')}
{option(ListChecks, t('wizard.guided', 'Guide me'), guidedHint, onGuided, true, true)}
{option(
SlidersHorizontal,
t('wizard.manual', "I'll do it myself"),
manualHint ?? t('wizard.manualHint', 'The full form, with every option at once.'),
onManual,
false,
false,
)}