<div class="t1 flex flex-col w-full">
<div class="t1 flex">
<label class="t1 inline-flex align-items-center">
<input type="checkbox" class="t1 u1.checkbox u1.checkbox-xs u1.checkbox-action mr-8" checked>
</label>
<input type="text" class="t1 u1.input u1.input-xs" placeholder="Placeholder">
</div>
<div class="t1 flex mt-8">
<label class="t1 inline-flex align-items-center">
<input type="checkbox" class="t1 u1.checkbox u1.checkbox-s u1.checkbox-action mr-8" checked>
</label>
<input type="text" class="t1 u1.input u1.input-s" placeholder="Placeholder">
</div>
<div class="t1 flex mt-8">
<label class="t1 inline-flex align-items-center">
<input type="checkbox" class="t1 u1.checkbox u1.checkbox-m u1.checkbox-action mr-8" checked>
</label>
<input type="text" class="t1 u1.input u1.input-m" placeholder="Placeholder">
</div>
<div class="t1 flex mt-8">
<label class="t1 inline-flex align-items-center">
<input type="checkbox" class="t1 u1.checkbox u1.checkbox-l u1.checkbox-action mr-12" checked>
</label>
<input type="text" class="t1 u1.input u1.input-l" placeholder="Placeholder">
</div>
<div class="t1 flex mt-8">
<label class="t1 inline-flex align-items-center">
<input type="checkbox" class="t1 u1.checkbox u1.checkbox-xl u1.checkbox-action mr-16" checked>
</label>
<input type="text" class="t1 u1.input u1.input-xl" placeholder="Placeholder">
</div>
</div>