Filter using HTML form

A `<form>` that includes radio buttons and an automatically generated reset button at the start.

Preview
Dart

Filter without HTML form

Use this if you can't use a `<form>`. The item with `isResetItem: true` acts as the reset/default option.

Preview
Dart

Filter using checkboxes

For multiple choices, use standard checkboxes styled with the `btn` class. This pattern doesn't use the `Filter` component wrapper.

Preview
Dart