idyll-langidyll
DocsTutorialsGalleryEditor
menu

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • HTML tags
  • Options and styles
  • Plugin system
  • Multipage template

Interactivity

  • Built-in components
  • Using components from npm
  • Make your own component
  • Scrolling and Refs

Publishing

  • Deploying to the web
  • Embedding Idyll

Useful Links

  • Github
  • Chat
  • Twitter
  • Support Us
← Back

Boolean

This will display a checkbox.

Input:

[var name:"myVar" value:false /]

[Boolean value:myVar /]

Checkbox [Display value:`myVar ? "is checked." : "isn't checked."  `/]

Output:

Props

  • value boolean

    A value for the checkbox. If this value is truthy, the checkbox will be shown.

    • Example: x