CHECKBOX
<CheckBox
android:id="@+id/chk1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="I'm a CheckBox"
/>

final CheckBox chk1 = (CheckBox)findViewById(R.id.chk1);

BottomNavigationAdd
ConstraintLayout