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

feature: add checkbox field #488

Merged
merged 1 commit into from
Apr 30, 2020

Conversation

vikotar
Copy link
Contributor

@vikotar vikotar commented Apr 30, 2020

Close #463

This PR is the implementation of the checkbox field in the redwood framework.

The default required attribute is false for the checkbox field. If the user wants to have checkbox checked before the form submission, for that the user has to pass the prop validation={{ required: true }} for the particular checkbox.

@vikotar vikotar marked this pull request as ready for review April 30, 2020 10:43
@cannikin cannikin merged commit f8a2d0b into redwoodjs:master Apr 30, 2020
@cannikin
Copy link
Member

AWESOME Thanks so much for these!

@vikotar vikotar deleted the feature/checkbox_field branch April 30, 2020 21:50
@vikotar
Copy link
Contributor Author

vikotar commented Apr 30, 2020

Np!! thanks for reviewing and approving these. 🙂

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

Successfully merging this pull request may close these issues.

Add <Checkbox> tag
3 participants