A simple check box.
<checkbox-control selected.bind="selected"> <normal-text value="Example checkbox"></normal-text></checkbox-control> Copy
<checkbox-control selected.bind="selected"> <normal-text value="Example checkbox"></normal-text></checkbox-control>
Optional
A function that is called when the checkbox is toggled by the user.
A simple check box.
Example