I would like to align CheckBox \"symbol\" to the top of its description.
CheckBox
What I have now:
What I want to have:
Current xml:
use
android:gravity="top" it will pin the box on top
padding_top="4dp" will adjust Text padding only (without changing box padding from top)