1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-17 05:44:26 +03:00
ifhub.club/application/frontend/components/property/input/property.checkbox.tpl

6 lines
272 B
Smarty
Raw Normal View History

{component 'field' template='checkbox'
2014-10-21 16:58:28 +03:00
name = "property[{$property->getId()}]"
value = $property->getParam( 'default_value' )
checked = $property->getValue()->getValueForForm()
2014-10-21 16:58:28 +03:00
note = $property->getDescription()
label = $property->getTitle()}