I am working on an Android app, and one page has many options a user can change, so it looks similar to this:
xxxx: [ ]
xxxx xxx: [ ]
xxx: [ ]
xxx xxx xxx: [ ]
xxxxx: [ ]
xxxx: [ ] [ ] [ ]
xxxx: ( ) ( ) ( ) ( )
xxx xxx xxxxx: [ ]
Where:
[ ] is an text input field
[ ] is a checkbox
( ) is a radio button
Is the "best" most accepted way to line them up like this?
xxxx: [ ]
xxxx xxx: [ ]
xxx: [ ]
xxx xxx xxx: [ ]
xxxxx: [ ]
xxxx: [ ] [ ] [ ]
xxxx: ( ) ( ) ( ) ( )
xxx xxx xxxxx: [ ]
Or is there something better?