simpledialogfragments/src/main/res/layout/simpledialogfragment_form_item_check.xml
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<CheckBox
android:id="@+id/checkBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="6dp"
android:paddingBottom="6dp"
android:saveEnabled="false"
android:textAppearance="?android:attr/textAppearanceMedium"/>
<!--
android:focusable="true"
android:focusableInTouchMode="true"'
-->
</RelativeLayout>