You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We delegate most form html to Laravel. In this instance you could add the
check box to the label. However we don't really have an easy way of doing
the col offsets.
You're probably best not using the control group in this instance - build
it up manually instead.
On 29 Dec 2014 05:44, "Blueset" notifications@github.com wrote:
From Twitter bootstrap 3 documentation, they created a checkbox like this.
Remember me
But when I write the code according to the Bootstrapper documentation,
like this,
From Twitter bootstrap 3 documentation, they created a checkbox like this.
But when I write the code according to the Bootstrapper documentation, like this,
And it comes out like this
The generated form looks a little strange and crowded. So is there anyway to prepend the checkbox inside the label?
The text was updated successfully, but these errors were encountered: