Checkbox
vf-checkbox
- a single boolean checkbox
checked
boolean
use this instead ofvalue
Note: Checkbox embodies a ternary value, rather than a binary one.
That is to say, if no value was passed to checked
, the value will be set to undefined
.