Given the following menu. Which line is needed to turn an item into a CheckBox?
<?xml version="1.0" encoding="utf-8"?>
<menu
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/detailed"
android:title="Detailed info"
________________________ />
<item
android:id="@+id/settings"
android:title="Settinge" />
</menu>