I am facing the issue in creating the checkbox in circular shape in android. I tried many methods but my problem is not solved.I created the shapes and applied to the checkb
After spending some time, i have created this template, which you can use. You may need to modify as required.
In activity.xml
create a new xml in drawable folder called custom_checkbox.xml
create a new xml in drawable folder called checked.xml
-
-
-
-
create a new xml in drawable folder called unchecked.xml
When unchecked it looks as below. (you can add the code between from checked.xml and modify the top and left to give X when checkbox is not checked)
When checked it will look as below
If this works mark it as answer.