At some point I'm getting the weirdest glitch:
the standard syntax
{{ Form::radio('somename', 'someval', true, ['adparam'=>'someparam']) }}
option checked does not work on localhost (mac vagrant/box, laravel 5.4), but works on remote server...
Already broke all head, in what side to dig, as it didn't even notice the time when the off function (the fact that it worked to a certain point - the fact)?
UPD:
After dancing with a tambourine, it turned out that servers at different process values.
For localhost it works:
{!! Form::radio('sex', 0, true) !!} {!! Form::radio('sex', 1) !!} {!! Form::radio('sex', 2) !!}
for production servers:
{!! Form::radio('sex', '0', true) !!} {!! Form::radio('sex', '1') !!} {!! Form::radio('sex', '2') !!}
The question of where hidden paramenta processing variables etc (1!='1')?