Skip to main content

Checkbox

Deprecated

This node is deprecated and kept only so existing projects keep working. It is not offered in the node picker for new use.

Legacy checkbox visual, hidden from the node picker — superseded by net.noodl.controls.checkbox.

The original Checkbox visual, kept only so old projects load. The Checkbox control (net.noodl.controls.checkbox) supersedes it with visual states and accessibility.

When to use it​

Do not use in new graphs — use net.noodl.controls.checkbox instead.

At a glance​

CategoryVisual
Type nameCheckbox
Available inbrowser
SSR compatibilitysafe
Provided bynoodl-viewer-react

Inputs​

Values​

NameTypeDefaultDescription
alignXEnum (left, center, right)—Horizontal alignment of this element within the space its parent gives it
alignYEnum (top, center, bottom)—Vertical alignment of this element within the space its parent gives it
backgroundColorColor——
blockTouchBoolean——
borderColorColor#000000—
borderRadiusNumber2—
borderStyleEnum (none, solid, dotted, dashed)solid—
borderWidthNumber1—
boxShadowBlurRadiusNumber5—
boxShadowColorColorrgba(0,0,0,0.2)—
boxShadowEnabledBooleanfalse—
boxShadowInsetBooleanfalse—
boxShadowOffsetXNumber0—
boxShadowOffsetYNumber0—
boxShadowSpreadRadiusNumber2—
checkedBooleanfalse—
checkedBackgroundColorColor#000000—
clickBubblingEnum (auto, always, never)auto—
cssClassNameString``Extra CSS class names to put on this element, for styling from a stylesheet you supply
enabledBooleantrue—
heightNumber32—
marginBottomNumber—Space outside the element's bottom edge, between it and its neighbours
marginLeftNumber—Space outside the element's left edge, between it and its neighbours
marginRightNumber—Space outside the element's right edge, between it and its neighbours
marginTopNumber—Space outside the element's top edge, between it and its neighbours
mixBlendModeEnum (normal, multiply, screen, overlay, darken, lighten, color-dodge, color-burn, hard-light, soft-light, difference, exclusion, hue, saturation, color, luminosity)normalHow this element's colours blend with whatever is painted behind it
mountedBooleantrueRemoves the element from the page entirely when false, unlike Visible which leaves its space behind
opacityNumber1How opaque this element is, from 0 for invisible to 1 for solid
positionEnum (relative, absolute, sticky, fixed)relativeHow the element is placed: In Layout follows its siblings, Absolute ignores them, Sticky pins to the parent edge on overflow, Fixed stays put and takes no space
styleCssString/* background-color: red; */Raw CSS declarations applied to this element, overriding the styling ports above
transformOriginXNumber50Horizontal point the element rotates and scales around, as a fraction of its width
transformOriginYNumber50Vertical point the element rotates and scales around, as a fraction of its height
transformRotationNumber0Rotates the element clockwise in degrees, without affecting the layout
transformScaleNumber1Scales the element about its transform origin; 1 leaves it unscaled
transformXNumber0Moves the element right after layout, without moving its siblings
transformYNumber0Moves the element down after layout, without moving its siblings
variantString—Name of a saved variant of this node type to apply, replacing the styling set here
visibleBooleantrueHides the element while keeping the space it occupies in the layout
widthNumber32—
zIndexNumber—Paint order among overlapping siblings; higher numbers paint on top

Outputs​

Values​

NameTypeDefaultDescription
boundingHeightNumber—Height this element actually ended up with after layout, in pixels
boundingWidthNumber—Width this element actually ended up with after layout, in pixels
checkedBoolean——
childIndexNumber—This element's position among its parent's children, counting from 0
controlIdString——
enabledBoolean——
focusStateBoolean——
hoverStateBoolean——
pressedStateBoolean——
screenPositionXNumber—Distance in pixels from the left edge of the window to this element's left edge
screenPositionYNumber—Distance in pixels from the top edge of the window to this element's top edge
thisReference—A reference to this node itself, for ports that take a node rather than a value

Signals​

NameTypeDefaultDescription
didMountSignal—Fires once this element has been added to the page and can be measured
hoverEndSignal——
hoverStartSignal——
onBlurSignal——
onChangeSignal——
onFocusSignal——
pointerDownSignal——
pointerUpSignal——
willUnmountSignal—Fires just before this element is removed from the page, while it still exists

Checkbox

Generated

This page is generated from node-catalog-enriched.json. Do not edit it by hand — run npm run docs:nodes to regenerate, and fix the source enrichment instead.