How to programatically disable checkbox options. #11300
Answered
by
chanthinh
Sbabureddy
asked this question in
General
-
Hello everyone, I am working on checkboxes, where there was a requirement to disable certain options. example: if I select A , then B and C should be disabled. can anyone help me to achieve this using https://codesandbox.io/p/sandbox/register-forked-6x83rs?file=%2Fsrc%2FApp.js%3A49%2C63 |
Beta Was this translation helpful? Give feedback.
Answered by
chanthinh
Dec 30, 2023
Replies: 1 comment 1 reply
-
Hi @Sbabureddy, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Sbabureddy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @Sbabureddy,
This is my codesandbox, hope this helps you
https://codesandbox.io/p/sandbox/register-forked-yzrcr7?file=%2Fsrc%2FApp.js%3A31%2C69