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

data-set- support for checking and un-checking checkboxes #3182

Closed
Tracked by #2476
johrstrom opened this issue Nov 9, 2023 · 0 comments · Fixed by #3181
Closed
Tracked by #2476

data-set- support for checking and un-checking checkboxes #3182

johrstrom opened this issue Nov 9, 2023 · 0 comments · Fixed by #3181
Milestone

Comments

@johrstrom
Copy link
Contributor

johrstrom commented Nov 9, 2023

This feature is basically to allow for select options to have data-set directives that can check and uncheck a checkbox.

For support for something like so:

cluster:
  - pitzer
  - owens

form:
  - checkbox_test
  - option_selector

attributes:
  option_selector:
    widget: select
    options:
      - [
          'check', 'check',
          data-set-checkbox-test: '1'
        ]
      - [
          'un-check', 'un-check',
          data-set-checkbox-test: '0'
        ]
  checkbox_test:
    widget: check_box
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 a pull request may close this issue.

2 participants