{ "_comment": "Simple checkboxes", "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json", "elmType": "div", "attributes": { "iconName": "=if(@currentField,'CheckboxComposite','Checkbox')", "class": "=if(@currentField,'ms-fontColor-black','ms-fontColor-gray40')+' ms-font-xxl' + if(1==1,' ms-fontColor-green--hover','')" }, "style": { "cursor": "=if(1==1,'pointer','auto')" } ,"customRowAction": { "action": "setValue","actionInput": { "FIELD_x0020_NAME_x0020_REQUIRED": "=if(@currentField,0,1)" } } }