Monday, 9 March 2026

Building an Inline Editable Checkbox Field in Sitecore XM Cloud

SitecoreAI provides content authors with inline editing for text, rich text, date, and link fields, making content management fast and intuitive. However, checkbox fields do not have native inline editing support in Page Builder.

This creates a common pain point: content editors cannot quickly toggle boolean values (like “Closed,” “Featured,” or “Active”) without a clunky workaround. Developers often resort to custom forms, separate pages, or non-intuitive modals — leading to poor UX, slower updates, and more maintenance overhead.

Our solution is to create a custom inline-editable checkbox component that integrates seamlessly with Sitecore Pages Builder and the Content SDK, giving editors the ability to toggle values directly on the page.


Sunday, 1 March 2026

Fixing Broken Datasources in Sitecore XM Cloud Pages Builder

If you’re working with SitecoreAIor any headless Sitecore project, you’ve probably seen a scenario where a component on a page suddenly becomes unclickable or “ghosted” in the Pages Builder. Users report that they cannot select the component or choose a new datasource — even though your React component has null checks in place.

What’s going on? Let’s dive in.