I am using the following styled radio button:
The issue is that the value is 0 by default instead of 1, And when i "OFF" the radio button returns NULL
.
$categoryItem->status = Input::get('status');
<input type="checkbox" name="status" data-render="switchery" data-theme="default" checked="1" data-switchery="true" style="display: none;">