这是标准复选框的代码:
<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