Checkbox

Usage

A special button that enables the user to select or deselect a value, usually within a set of options.

JSON structure example

"viewDefinition": {
    "children": {
        "checkComponent": {
            "type": "checkbox",
            "id": "someId",
            "disabled": true,
            "size": "default",
            "mixed": true,
            "name": "someName",
            "value": "bananas",
            "text": "Some cool text"
        }
    }
}

Do's and Don'ts

For more details, refer to Checkbox Usage and Visual styleguides in our Storybook