samedi 28 mars 2015

Best checkbox switch button to use with Laravel form model binding

I'm looking into good looking checkbox goodies I can use for my forms such as this one:


http://ift.tt/11UUAbz


Checkbox Switch


I love the way it looks and behaves from a user perspective, but I find that it doesn't play nice with my Laravel model binding blade.php syntax and with getting values / events. As you know, this is how you declare a model bound checkbox.


{{ Form::checkbox('did_act', NULL, NULL, array('class'=>'sliderCheckBox', 'id'=>'actionSlider', 'style'=>'width:40px;')) }}


That said, which nice switch boxes do you use? Are there any that are dead simple which you would recommend? Obviously, plain CSS would be the most ideal.


Here are some other ones I have seen:



Aucun commentaire:

Enregistrer un commentaire