Skip to content

v0.0.21

Pre-release
Pre-release

Choose a tag to compare

@DrOverbuild DrOverbuild released this 26 Feb 19:04
· 1 commit to main since this release

This release adds the htmlAttributes parameter to the CheckBoxFor method for building checkboxes.

Warning

This is a breaking change. If you add any HTML attributes to a checkbox's label, container, or validation and you are not using named parameters with CheckBoxFor, the attributes will be applied to the wrong HTML elements.