asp:Label と asp:Checkbox を含む div があります。ラベルをチェックボックスの左側に配置しようとしていますが、ここには表示されません。これらの両方をページの右側に配置したい
<div>
<asp:Label runat="server" style="float:right;" >
Conclude Case File</asp:Label>
<input type="checkbox" class="concludeCBox" id="concludeNoteCBox" runat="server"
style="float:right;" />
</div>