Skip to content

Instantly share code, notes, and snippets.

@navczydev
Created October 30, 2022 01:12
Show Gist options
  • Save navczydev/83d2badec62289602810e3ce0dd459b7 to your computer and use it in GitHub Desktop.
Save navczydev/83d2badec62289602810e3ce0dd459b7 to your computer and use it in GitHub Desktop.
<com.google.android.material.checkbox.MaterialCheckBox
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="24dp"
android:text="MaterialCheckBox"
app:checkedState="unchecked | checked | indeterminate"
app:errorShown="true"
app:errorAccessibilityLabel="Error label for accessible goes here"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment