UNPKG

digitalmarketplace-frontend

Version:

Digital Marketplace Frontend contains assets and components used in Digital Marketplace projects

33 lines (32 loc) 889 B
[ { "name": "title", "type": "string", "required": true, "description": "The title of the option select" }, { "name": "name", "type": "string", "required": true, "description": "The name of the option select element" }, { "name": "optionsContainerId", "type": "string", "required": true, "description": "The ID of the container for the Checkboxes component" }, { "name": "items", "type": "array", "required": true, "description": "The checkbox items. See https://design-system.service.gov.uk/components/checkboxes/#options-checkboxes-example--items" }, { "name": "closedOnLoad", "type": "boolean", "description": "Whether to collapse the filter. Defaults to False.", "required": false } ]