Skip to content

Instantly share code, notes, and snippets.

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

  • Save AndyObtiva/867f4ad2c5cbdc5b9a26a955a324ea08 to your computer and use it in GitHub Desktop.

Select an option

Save AndyObtiva/867f4ad2c5cbdc5b9a26a955a324ea08 to your computer and use it in GitHub Desktop.
...
markup {
div {
...
multi_checkbox_dropdown(values: SomePresenter::STATUS_FILTER_TYPES) {
on_change do |selected_values|
# do something with selected_values
end
}
...
}
}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment