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
For exemple <?php $possibilites_acces = array( "en transports urbains (Métro, bus…)", "proximité d'une station Velib'", "proximité d'une station Autolib'", "accès pour handicapés", "autre" ); Form::Checkbox("Quelles possibilités d’accès :", "possibilites_acces", $possibilites_acces);
Can I add a Texbox in right of one choice of Checkbox ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
For exemple
<?php $possibilites_acces = array( "en transports urbains (Métro, bus…)", "proximité d'une station Velib'", "proximité d'une station Autolib'", "accès pour handicapés", "autre" ); Form::Checkbox("Quelles possibilités d’accès :", "possibilites_acces", $possibilites_acces);
Can I add a Texbox in right of one choice of Checkbox ?
Thanks
The text was updated successfully, but these errors were encountered: