diff --git a/Pages/Demos/Checkboxes.cshtml b/Pages/Demos/Checkboxes.cshtml index 6e4a1c1..52bec23 100644 --- a/Pages/Demos/Checkboxes.cshtml +++ b/Pages/Demos/Checkboxes.cshtml @@ -80,6 +80,24 @@ } +
+ It's also common to bind a boolean property from a list to checkboxes. +
+ @for(var i = 0; i