Radio Buttons
Properties
Field type | Read-only | Editable |
---|---|---|
radiobuttons | Font Awesome icons: | <input type=“radio”/> |
Features
selectbuttons
/radiobuttons
support grid
General
Status
Release Available | Status | Framework Name |
---|---|---|
3.3 | Current | MUI |
Code JSON
Copy
"appearance": {
"grid": {
"field": {
"fieldName": {
"selectButton": { "sm": 6 }
}
}
}
}
"appearance": {
"grid": {
"field": {
"fieldName": {
"radioButton": { "sm": 6 }
}
}
}
}