Skip to content

Instantly share code, notes, and snippets.

@wshayes
Created March 2, 2016 18:49
Show Gist options
  • Select an option

  • Save wshayes/d9f0b8b6b92efa532959 to your computer and use it in GitHub Desktop.

Select an option

Save wshayes/d9f0b8b6b92efa532959 to your computer and use it in GitHub Desktop.
Aurelia checkbox html example for Firefox
<!-- Have to use change.delegate below due to FF vs all other browsers
issue https://gitter.im/Aurelia/Discuss?at=5639d129a530033014e41607 -->
<input class="searchcheckbox"
id="option"
type="checkbox"
name="field"
value="option"
checked.bind="value.selected"
change.delegate="updateSelectedFacetValue($parent.$index, $index, value)"
class="filterboxcheck col-xs-1">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment