@nospamproxy/core
    Preparing search index...

    A simple check box.

    <checkbox-control selected.bind="selected">
    <normal-text value="Example checkbox"></normal-text>
    </checkbox-control>
    Index

    Constructors

    Properties

    disabled: boolean = false
    isOptionRole: boolean = false
    selected: boolean = false
    toggled?: (selected: boolean) => void

    A function that is called when the checkbox is toggled by the user.

    Methods

    • Returns void

    • Returns void