-
Notifications
You must be signed in to change notification settings - Fork 15
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
docs: ui.checkbox #722
docs: ui.checkbox #722
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Each of checkbox, checkbox group and list_view should cross link to each other with an explanation of when to use each. (individual checkbox, a set of related checkbox, a list of checkboxes that can be driven from a deephaven table)
Similar to in button how we mention the difference between it and action_button.
|
||
Checkbox allows users to select or mark a single item as selected. | ||
|
||
If wanting to use multiple checkboxes, use `checkbox_group`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If wanting to use multiple checkboxes, use `checkbox_group`. | |
To use multiple checkboxes together, use the `checkbox_group` component. |
We should come back and link this when we have the checkbox group component
Closes #720