Left and top padding for CheckBox doesn't work
You have to use android:layout_marginLeft
for this usecase.
Padding is the space inside the component. e.g: space between the text and the border of TextView.
Margin is the space outside the components. e.g: space between left edge of the screen and border of your component