The default text position of TextBox text is to the right of the text box.
[x] TEXT
How can re-position the text above the box?
TEXT
[x]
Thanks
looking at this question seems like you just need to change drawableRight to drawableBottom.
You need to add the following line to your checkbox:
android:button="@null"
android:drawableBottom="?android:attr/listChoiceIndicatorMultiple"