Setup choice cards
Use RadioCardGroup for a single high-confidence choice with rich descriptions.
<RadioCardGroup value={value} onValueChange={setValue} orientation="horizontal" columns={3} options={options} />Vertical permission plans
Use vertical orientation when descriptions are longer or the screen is narrow.
<RadioCardGroup orientation="vertical" columns={1} tone="accent" options={permissionOptions} />