Так же просто, как:
Мой xml-v14/preferences.xml
<SwitchPreference
android:key="@string/feature_id"
android:title="@string/feature_title" />
Для совместимости:
Мой xml/preferences.xml
<CheckBoxPreference
android:key="@string/feature_id"
android:title="@string/feature_title" />