In the old Andoid API (at least API 19), the checkboxes set in the CheckBox are not visible, but after clicking checked it becomes true . I attach screenshots
API 19:

API 22:

CheckBox XML:
<CheckBox android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Доктор" android:id="@+id/checkBoxDoctor" android:checked="false" android:clickable="true" android:layout_alignWithParentIfMissing="false" android:longClickable="false" android:singleLine="true" android:textSize="20dp" android:textColor="#ffffff" android:buttonTint="@android:color/holo_red_dark" android:layout_below="@+id/editTextCntMafia" android:layout_alignRight="@+id/buttonBack" android:layout_alignEnd="@+id/buttonBack" android:layout_alignParentLeft="true" android:layout_alignParentStart="true" />