CheckBoxPlus DEPRECATED - PHELAT/TextViewPlus GitHub Wiki

CheckBox PLUS - DEPRECATED

    <phelat.CheckBox.Plus
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="Hello World!"
        android:textSize="19sp"
        app:font="Your font in assets folder"/>

also you can use this widget in your java class

phelat.CheckBox.Plus checkBoxPlus = (phelat.CheckBox.Plus) findViewById(R.id.yourCheckBoxPlus);
checkBoxPlus.setFont("Font name in assets folder");