DecoratorCallback
Decorator to bind the checked/unchecked value of a checkbox input to a boolean
//This will check the checkbox with id myCheckbox if the checked property is true
@BindCheckedToBoolean("myCheckbox")
public checked: boolean = true;
Generated using TypeDoc
the element to bind the property to