Skip to content

Instantly share code, notes, and snippets.

@AndyObtiva
Last active July 11, 2025 22:03
Show Gist options
  • Select an option

  • Save AndyObtiva/41f833d04e69d119976736bfe3bcb008 to your computer and use it in GitHub Desktop.

Select an option

Save AndyObtiva/41f833d04e69d119976736bfe3bcb008 to your computer and use it in GitHub Desktop.
...
markup {
div {
...
multi_checkbox_dropdown(values: SomePresenter::STATUS_FILTER_TYPES) {
selected_values <=> [@some_presenter, :status_filters]
}
...
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment