Friday, 9 August 2013

Bootstrap inline of check box and text

Bootstrap inline of check box and text


I want to have the view like above.
But i am getting something like below.

I was wondering how i can achieve it using bootstrap.
My html code.
<div class="controle-group">
<button type="submit" class="btn btn-primary"
id="loginButton">
<fmt:message key="authentificate" />
</button>
<input id="_spring_security_remember_me"
name="_spring_security_remember_me"
type="checkbox" />
<fmt:message key="remember.password.time" />
</div>

No comments:

Post a Comment