This change affects all implementations of the checkbox component.
<div class="form-group form-single-checkbox ">
<label class="control-label">Group Label</label>
<!-- checkbox -->
</div>
<fieldset class="form-group form-single-checkbox>
<legend class="control-label">Group Label</legend>
<!-- checkboxes -->
</fieldset>
This change improves the accessibility and semantic structure of the checkbox component.
Benefits include:
After updating your Design System packages, we recommend reviewing checkboxes in your application to confirm everything behaves as expected.
Areas worth checking:
Applications not using the NuGet package tag helpers should review any manually maintained checkbox markup and align it with the updated structure shown above and on the checkbox page in the form components section.
No changes are expected to form submission, model binding, or data persistence as part of this update.
For peace of mind, you may wish to perform a quick check in consuming applications to confirm checkbox values continue to submit and save as expected.
This change is not expected to introduce functional issues. A quick review in consuming applications is recommended to confirm the updated markup works as expected in your implementation.
Design System internal reference: 95629