Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of change ✍️
Updated the checkbox and radio fieldset fragments to be able to take a collection of options.
The
options
param are values from classes that implementInputOption
. They must have a value and label/helpText are optional. This is to simplify rendering for static checkboxes and have a more centralized way of referencing these values in html rendering and PDF generation.*Backwards compatible.
Priority 🥇
Medium - we can override locally for now
Effect on other applications using FFB 🌊
No breaking changes - this will be backwards compatible
Testing
There's a unit test showing how to use this new param. Here's an example as well (GenderOptions will have to be implements)
✅ Checklist before requesting a review
style?