Skip to content

Conversation

@MadhukarKakade
Copy link

Summary

This PR adds an optional animated checkbox UI to bootstrap-multiselect.

Key points

  • Fully opt-in via ui.animatedCheckboxes
  • SVG-based checkmark animation
  • Supports basic and stroke animation styles
  • Theme-friendly (uses currentColor / CSS variables)
  • No behavior change when disabled
  • Backward compatible

Usage

$('#select').multiselect({
  ui: {
    animatedCheckboxes: true,
    checkboxAnimation: 'stroke'
  }
});

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 this pull request may close these issues.

1 participant