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

Disabled state #74

Open
dmfs opened this issue Jan 16, 2018 · 1 comment
Open

Disabled state #74

dmfs opened this issue Jan 16, 2018 · 1 comment

Comments

@dmfs
Copy link

dmfs commented Jan 16, 2018

Sometimes it's useful to disable a check box not allowing further changes until it's enabled again.

@mickeyl
Copy link

mickeyl commented Mar 29, 2018

Agreed. I usually do this for all kinds of controls w/

_control.userInteractionEnabled = <Predicate>;
_control.alpha = _control.userInteractionEnabled ? 1.0 : 0.5;

Native handling of a disabled state would be nice for the BEMCheckBox.

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