We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The iv-tickbox is a basic checkbox component and can be disabled by setting the prop "disble" to true.
iv-tickbox
To include this component, use the self-closing tag <iv-tickbox/> in your html.
<iv-tickbox/>
Name: initialMode Type: Boolean Default: true Description: Setting the initial checkbox boolean
Name: toggleDisabled Type: Boolean Default: false Description: Disable the checkbox
Events Name: checked Description: Emitted when the checkbox is checked
Events Name: unchecked Description: Emitted when the checkbox is unchecked