The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<div class="panel panel-default">
  <div class="panel-heading">
    <h3 class="panel-title">{{translateTitle(currentNode)}}</h3>
  </div>
  <div class="panel-body">
    <div class="input-group-solid">
      <label class="radio-inline">
        <input id="trOn" type="radio" value="1" ng-model="currentNode.data">
        <span trspan="on"></span>
      </label>
      <label class="radio-inline">
        <input id="trOff" type="radio" value="0" ng-model="currentNode.data">
        <span trspan="off"></span>
      </label>
      <label class="radio-inline">
        <input id="trDefault" type="radio" value="-1" ng-model="currentNode.data" ng-checked="currentNode.data!==1&&currentNode.data!=='1'&&currentNode.data!==0&&currentNode.data!=='0'">
        <span trspan="default"></span>
      </label>
    </div>
  </div>
</div>
<script type="text/menu">
[{
  "title": "cancel",
  "icon": "remove"
}]
</script>