これは、標準のチェックボックスのコードです。
<fieldset data-role="controlgroup">
<legend>Agree to the terms:</legend>
<input type="checkbox" name="checkbox-1" id="checkbox-1" class="custom" />
<label for="checkbox-1">I agree</label>
</fieldset>
チェックボックスのラベル(テキスト)を右側または固定の「px」位置に設定するにはどうすればよいですか?
align-right
またはのようなものright: 50px