Align the checkbox and label in the same line

Hello I’m new to ionic! I’m having trouble to align the checkbox and label in the same line.
Screenshot%20from%202018-08-24%2015-32-20

Here is my Html code:
<ion-item>

<input type=“checkbox” name=“checkbox” value=“checkbox” id=“checkbox”>

<label style=“font-size:9px;color: #a0a0a0;vertical-align: middle;” >

<li> Autorizzo il trattamento dei miei dati personali ai

sensi del<li> <li style=“text-align: left;”>Dlgs 196 del 30 giugno 2003<li>

</label>

</ion-item>

1 Like

Use ion grid properties. You can use one row and two columns.