<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:paddingStart="@dimen/dp8"
    android:paddingEnd="0dp"
    android:paddingBottom="@dimen/dp16">

    <androidx.appcompat.widget.AppCompatCheckBox
        android:id="@+id/radio"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_marginStart="@dimen/dp8"
        android:clickable="false"
        android:paddingStart="@dimen/dp8"
        android:paddingEnd="0dp"
        android:textSize="@dimen/base_secondaryTextSize"
        android:theme="@style/Widget.AppCompat.CompoundButton.CheckBox" />
</FrameLayout>