Filter using HTML form

A `<form>` that includes radio buttons and an `<input type="reset">`. Clicking the reset button clears the selection.

Preview
Dart

Filter without HTML form

Use this if you can't use a `<form>`. One of the items needs the `isResetItem: true` property to act as a reset button.

Preview
Dart