Tools
In order to properly work, each Ink checkbox needs an id. This rule prevents non-functional checkboxes by enforcing the use of ids on Checkbox and NewCheckbox and throwing an error when an id is not provided.
Recommended Severity: error
Checkbox and NewCheckbox.
Don't
Use Checkboxes without ids
Do
Add ids to your Checkboxes so they can properly work
Don't
Use Checkboxes without ids
Do
Add ids to your Checkboxes so they can properly work
To investigate how this rule works, check out this gist on AST Explorer.
Is this page helpful?