Closed crisward closed 7 years ago
My current work around is...
- if active
input type="checkbox" name="active" checked="checked"
- else
input type="checkbox" name="active"
Released as part of 1.6.1, thanks for pointing this out!
Any attribute =true
will be present, not value. Any attribute =false
won't be present.
Some attributes need to be removed if set to false
should render to
This doesn't seem to happen. Any ideas / work arounds for this?