Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.0.2
-
Component/s: Documentation
-
Labels:None
-
Patch Submitted:Yes
Description
Docs show this:
Attributes
name - The name of the checkbox
value (optional) - The value of the checkbox, if evaluates to true sets to checkbox to checked
But I think it should be something more like this:
Attributes
name - The name of the checkbox
value (optional) - The value of the checkbox
checked (optional) - Expression, if evaluates to true sets to checkbox to checked
patch attached
thanks for the patch!