Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question with Radio and CheckBox #10

Open
Paul75 opened this issue Nov 26, 2016 · 2 comments
Open

Question with Radio and CheckBox #10

Paul75 opened this issue Nov 26, 2016 · 2 comments

Comments

@Paul75
Copy link

Paul75 commented Nov 26, 2016

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

@Paul75
Copy link
Author

Paul75 commented Nov 29, 2016

nobody ?

@canarslan12
Copy link

canarslan12 commented Jun 7, 2017

@Paul75, you can use default values like this

// default values
$values['email'] = 'testemail@test.com';
$values['password'] = 'testpass';
$values['select'] = 2;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants