## 基础使用

使用一个图标

```json
{
    "body": [{
        "type": "container",
        "model": "iconContainer",
        "children": [{
            "type": "icon",
            "icon": "baidu",
            "style": {
                "fontSize": 22
            },
            "trigger": [{
                "event": "onClick",
                "targetCustomer": "$this",
                "params": {
                    "checked": true
                }
            }]
        }, {
            "type": "text",
            "text": "isChecked: #ES{$data.checked}"
        }]
    }]
}
```
