Preferences
preferences.tsx
<FieldSet
legend="Notification preferences"
helperText="Choose at least one channel."
>
<CheckBox label="Email" checked onChange={() => {}} />
<CheckBox label="SMS" checked={false} onChange={() => {}} />
</FieldSet>