Event
|
JavaScript
|
Description
|
Deselected
|
deselected
|
Triggered when the checkbox is deselected.
|
Minimum Steps Required for Use
|
What It Looks Like
|
1. Drag and drop a Checkbox widget onto the canvas. For this example, we’ve added four checkboxes to the canvas.
2. Enter a label or the text you want displayed for the checkbox in the Label field. For this example, we’ve entered PTC product names.
|
|
Keep in mind that it’s best to give your classes unique names so they do not conflict with other classes or OOTB properties.
|
CSS Example
|
What It Looks Like
|
.ptc-checkbox {
border-width: 1px; border-style: inset; font-size: 18px; font-family: Century Gothic; color: black; } |