stimulus-checkbox-select-all icon indicating copy to clipboard operation
stimulus-checkbox-select-all copied to clipboard

A Stimulus controller for managing checkbox lists.

Results 6 stimulus-checkbox-select-all issues
Sort by recently updated
recently updated
newest added

Consider a UI like the one below. The checkboxes at the top should be select-all boxes for their respective check the boxes in their respective columns. I'm happy to contribute...

# Proposal: Add 'disableIndeterminate' logic ## Background The current Component allows for three states for the "checkbox all": checked, unchecked, and indeterminate. However, some users may want to disallow the...

# Problem Changes in the select all checkbox's state may also need to update other UI elements in the page. An example is detecting when to show or hide bulk...

How to deal with nested checkbox-select-all controller please?

fix https://github.com/stimulus-components/stimulus-checkbox-select-all/issues/9

Ran into a little edge case where within the list of checkboxes, some of them are disabled (locked features by examples). Current behavior is that it will check all including...