Skip to content

Conversation

saicheck2233
Copy link
Owner

Description: Add checkbox example together with radio example into UI with the schema as below:

"checkbox": {
            "type": "boolean",
            "format": "checkbox",
            "title": "Transportation",
            "required": true,
            "enum": [
                "Vehicle",
                "Airplane",
                "Cruise"
            ]
        }

Changes:

image
The example schema use to generate radio button and checkbox.

image
The generated form with radio button and checkbox.

@saicheck2233 saicheck2233 merged commit 5c1d69b into master Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants