Smart Checkboxes Group
A smart checkboxes group where you can track all checked boxes, as well as place a limit on how many checks are possible.
Recipe
This recipe use a dict[str, bool]
for the checkboxes state tracking.
Additionally, the limit that prevent the user from checking more boxes than allowed with a computed var.