For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
Recipes

/

Others

/

Checkboxes

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.

Expand
Built with Reflex