Android CheckBox with line animation
Minimum SDK Support: 14
AdobeXD for making svg file (project file)
ShapeShifter for animating svg (shapeshifter.design) (project file)
Checkbox animations all are animated svg (android vector). This Medium article is helpful for animations on android.
Thanks to android support appcompat library, Animated Vectors can run on android api < 21.
But some of phones have some bug on running Animated Vectors (can not run parallel Object Animators).
RichPath let you access svg paths on the code and also let you animate them by java codes.