Properties
A radio button component, that lets the user select a given value from a list.
Name
Description
Default
Mandatory
{
"id": "my_checkbox",
"type": "Checkbox",
"config": {
"title": "Check this box please.",
"value_true": "Yes its checked",
"value_false": "No its not"
},
"data": true
}