java.lang.Object
com.inductiveautomation.ignition.gateway.web.components.editors.CheckboxEditorSource
All Implemented Interfaces:
IEditorSource, Serializable, org.apache.wicket.util.io.IClusterable
Direct Known Subclasses:
ImmutableCheckboxEditorSource

public class CheckboxEditorSource extends Object implements IEditorSource
Use this editor source's shared instance to create a checkbox editor for a boolean field. This is the default editor for BooleanField
See Also: