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

Checkbox: disable choices based on answers #22

Open
cyberbeast opened this issue Nov 7, 2018 · 2 comments
Open

Checkbox: disable choices based on answers #22

cyberbeast opened this issue Nov 7, 2018 · 2 comments

Comments

@cyberbeast
Copy link

I am trying to address a use-case where let's say I have a checkbox with 5 options. If I select option 1 then options 2 through 5 should be disabled. Similary, if I unselect option 2 then options 2 to 5 should be enabled again.

Is this possible with the current state of the implementation?

@CITGuru
Copy link
Owner

CITGuru commented Nov 8, 2018

Its not actually impossible if you employ a custom event handler. You can disable a checkbox with the disable properties

@rithvikvibhu
Copy link

Can we currently set custom event handlers? Didn't find anything in the readme.

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

3 participants