Component definition This component allows you to place a checkbox on your webpage
See matching posts in thread - checkbox questions...I know I coul...
See matching posts in thread - Mystery Checkbox
See matching posts in thread - CheckBox Dynamic Update...Can some...
See matching posts in thread - Create KB checkbox functionalit...
Utilizing the concept defined in this post , I made a change to the default function called when the CheckBox value changes
Note that this method can be manipulated to perform other actions when the CheckBox state changes. In response to another post , I built a quick Workflow demo project to show how to use CSS and Javascript to highlight a required section panel when a CheckBox is checked
PanelHighlightDemo2.package
See matching posts in thread - Making a Checkbox not Editable
In this Article I'm going to explain how to add a Input of a Checkbox to gather more configuration from the User. Table of Contents List Setup Simple Component Deploy Help File Logging Inputs Checkbox (this) Dropdown / Combo Inspecting other Components Creating Globals Creating Project Properties Working with SQL Working with a Web Service Currently our Component Concatenates two strings together with a space. public override void Run(IData data) ( data[ variableName] = string1.GetValue<String>(data) + " " + string2.GetValue<String>(data); ) It would be nice to give the user the option to say whether they would like a space or not. A Checkbox would be a good choice here
See matching posts in thread - Workflow 7.5 CheckBox onclick e...