Hi I am trying to use radio in Backpack for Laravel. I have the following, but it does not show any radiobox. What am I doing wrong here?
{"name":"value","label":"Value", "title":"Google Auth",
"type":"radio","options":{"0":"Off","1":"On"}}
Hi I am trying to use radio in Backpack for Laravel. I have the following, but it does not show any radiobox. What am I doing wrong here?
{"name":"value","label":"Value", "title":"Google Auth",
"type":"radio","options":{"0":"Off","1":"On"}}
There was previously an error in the
radio
field type, but it has been fixed inBackpack\CRUD 3.1.50
. Acomposer update
should fix it for you: